Permalink
Please sign in to comment.
Browse files
further logging improvements, ensuring that logging works in Docker, …
…removing the blatant eval() security hole for configuration, changing the logging format so that it includes timezone
- Loading branch information...
Showing
with
19 additions
and 9 deletions.
- +1 −3 config/default.py
- +1 −1 instance/application.cfg
- +16 −4 mementoembed/__init__.py
- +1 −1 sample_appconfig.cfg
@@ -1,5 +1,3 @@ | ||
import logging | ||
CACHEMODEL = 'SQLite' | ||
LOGLEVEL = logging.DEBUG | ||
LOGLEVEL = "DEBUG" | ||
REQUEST_TIMEOUT = 15 |
0 comments on commit
9d0ae22