Allow logging to a file
- Dominant language
- Python
- Stars
- 167
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Right now, logging goes through a logging server. This might not be appropriate all the time. As a backup, we should allow a plain file instead. The only concern implementing this is the location of such a log file. The natural place would be inside the directory which is created for optimization. Unfortunately, this is problematic, because it takes some time until this directory is created and there are possible errors before.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the existing logging setup and the code that creates the optimization directory. Determine a usable file location for failures that occur before that directory exists, then define the expected fallback behavior and verify it with the project's available tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100