feat(logging): implement configurable log levels via VITE_LOG_LEVEL #161

Open
anomalist wants to merge 0 commits from logger-level into master
anomalist commented 5 days ago
Owner

Add comprehensive logging configuration system with environment variable support.
Environment files now include appropriate log levels per build mode:

  • Development: debug (maximum visibility)
  • Production: warn (minimal noise)
  • Testing: info (balanced output)

Includes smart default behavior based on platform and environment,
enhanced logger methods for level checking, and comprehensive documentation.
All existing logging calls remain backward compatible.

Closes logging configuration request

Add comprehensive logging configuration system with environment variable support. Environment files now include appropriate log levels per build mode: - Development: debug (maximum visibility) - Production: warn (minimal noise) - Testing: info (balanced output) Includes smart default behavior based on platform and environment, enhanced logger methods for level checking, and comprehensive documentation. All existing logging calls remain backward compatible. Closes logging configuration request
anomalist added 1 commit 5 days ago
d30597a921 feat(logging): implement configurable log levels via VITE_LOG_LEVEL
anomalist added 1 commit 5 days ago
7df52312ba fix(build): resolve shell script export error in .env.development
Owner

👍

👍
anomalist added 10 commits 3 days ago
bb357f294a refactor(ui): remove unused image cache system and fix TypeScript compilation
8c0b547855 fix(typescript): resolve production build errors and add ESLint ignore comments
adfaef7947 fix(lint): resolve low and medium impact warnings
This branch is equal with the target branch.
This branch is out-of-date with the base branch
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.