-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Good First IssueLow-priority "best practices" ticket, good for familiarizing with the code baseLow-priority "best practices" ticket, good for familiarizing with the code basebugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Logging currently functions fine. The logger_setup function within proj_constants.py is importable from external projects. However, when the logger is configured for an external project, it duplicates the file_handler.
For example, if working in a project called hood, if I import logger_setup, the logs will be written to /hood/.logs/hood_logs<date>.log, but will also be written to /curator/.logs/curator_logs<date>.log
This ticket is to reconfigure logger_setup and the logging hierarchy so that the logs only write based on whatever project is being run.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueLow-priority "best practices" ticket, good for familiarizing with the code baseLow-priority "best practices" ticket, good for familiarizing with the code basebugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request