C-enhancementgood first issue
Repository metrics
- Stars
- (6,332 stars)
- PR merge metrics
- (PR metrics pending)
Description
What type of enhancement is this?
Other
What does the enhancement do?
The logging module should support the following functions:
- Logging to stderr: If the user doesn't provide the
--log-dir, the service should output to stderr(or stdout). When greptimedb is running in an environment that already has a logging collector, it doesn't need to output the logging; - Logging rotation to save disk spaces if output to file;
Implementation challenges
No response