coleman3616 / coleman3616/HTTP_Server
Implementing logging
Open
task
- Dominant language
- HTML
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- Log to console or file
- Control the amount of logs
Logging -- to console or to file:
Provide control over the amount to be logged. Default should be no console output.
If logging to file, take steps to avoid producing an arbitrarily large amount of output -- for example, swap to a new log file every 24 hours and only keep the last few log files. Or could swap when the size exceeds a certain limit.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.