Better defaults management, logger class implementation with logging levels, and write to file configuration implementation

This commit is contained in:
Chris Punches
2025-03-03 03:56:51 -05:00
parent e79fa3b89f
commit ee1df1fb0c
14 changed files with 389 additions and 67 deletions

View File

@@ -1,3 +1,4 @@
[logging]
log_file = /var/log/dpm.log
write_to_log = true
write_to_log = true
log_level = INFO