-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable timerotateloghandler (configurable) (#311)
* attempt to enchance logging * clean up logging * clean up logging * reset to logger * clean up imports * add comments in config.py * remove redundant declaration of logging.config. Already exists in caravel/__init__.py * replace RotatingFileHandler with TimedRotatingFileHandler * revert back running web server in debug mode * fix debug in bin/caravel * resolve build errors - formatting * need to test * enable time rotateloghandler * revert back print statements - add feature for rotatetimelog which is needed and make it configurable * revert back to default in master * fix build issues * remove extra print statement * change log location to default * configure console log level and format
- Loading branch information
1 parent
7b5b602
commit d7ea473
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters