You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces console.* calls with LogTape-based structured logging featuring timestamped output, module-specific categories, and configurable log levels.
Introduces module-specific loggers (app, browser, scheduler, http, webhook, etc.) that provide hierarchical categorization and consistent formatting across the codebase.
Adds LOG_LEVEL environment variable and debug_logging add-on option to control verbosity from trace to fatal levels, enabling better debugging without code changes.
Improves observability by making log patterns more structured and searchable, while maintaining zero-dependency logging infrastructure.
Updates documentation with logging configuration, usage examples, and available logger categories.
0 commit comments