feat(v0.1.0): project foundation with logging and config

This commit is contained in:
0x_n3m0_
2026-01-05 11:21:51 +02:00
parent 090974259e
commit 2c299eb37c
8 changed files with 55 additions and 713546 deletions

View File

@@ -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