feat(v0.1.0): project foundation with logging and config
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
version: 1
|
||||
disable_existing_loggers: false
|
||||
|
||||
# Filters are registered programmatically in logger.py
|
||||
# This section can be used to override filter settings if needed
|
||||
filters:
|
||||
sensitive_data_filter:
|
||||
(): src.logging.filters.SensitiveDataFilter
|
||||
|
||||
formatters:
|
||||
json:
|
||||
class: pythonjsonlogger.jsonlogger.JsonFormatter
|
||||
|
||||
Reference in New Issue
Block a user