generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
kind/enhancementImprovement in current featureImprovement in current feature
Description
Current Behavior
using current logger implementation all logs are write to os.Stdout even if it is errors which is not normal behavior.
Desired Behavior
log levels: info, trace, warn, debug should go to os.Stdout
log levels: error, fatal should go to os.Stderr
Implementation
Logger struct should have 2 handlers to handle each use case
Acceptance Tests
Add unit tests
Mockups
Contributor Guides and Handbook
- π Meshery Build & Release Strategy
- π Instructions for contributing to documentation
- π¨ Wireframes and designs for Meshery UI in Figma
- ππΎππΌ Questions: Discussion Forum and Community Slack
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovement in current featureImprovement in current feature