This commit is contained in:
John Lancaster
2025-05-26 16:34:55 -05:00
parent 4aa8a3a4a9
commit c5cb766c73
16 changed files with 201 additions and 145 deletions

17
conf/ad_logging.yaml Normal file
View File

@@ -0,0 +1,17 @@
main_log:
# filename: /home/john/conf/ad-test/conf/log/appdaemon.log
log_generations: 5
log_size: 1024
level: DEBUG
# level: INFO
access_log:
filename: /home/john/conf/ad-test/conf/log/access.log
error_log:
filename: /home/john/conf/ad-test/conf/log/error.log
diag_log:
filename: /home/john/conf/ad-test/conf/log/diag.log
format: "{asctime} {levelname:<8} {appname:<10}: {message}"
test_log:
name: TestLog
filename: /home/john/conf/ad-test/conf/log/test.log