cv-analysis-service/config.yaml
Julius Unverfehrt 73c66a85c6 Pull request #15: Refactor logging
Merge in RR/cv-analysis from refactor-logging to master

Squashed commit of the following:

commit 2ef2ad4a590b5732649945695303dbc98f1c4918
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Thu Jul 7 16:43:56 2022 +0200

    update pyinfra

commit 8b4f833c66953ae39fd1d7270add4d10a61a6685
Author: Julius Unverfehrt <julius.unverfehrt@iqser.com>
Date:   Thu Jul 7 16:37:19 2022 +0200

    adjust logs
2022-07-11 09:36:57 +02:00

12 lines
492 B
YAML

service:
logging_level: $LOGGING_LEVEL_ROOT|DEBUG # Logging level for log file messages
monitoring_enabled: $MONITORING_ENABLED|True # if app is doing monitoring or not
logfile_path: $LOGFILE_PATH|null # Overwrites the default path for the service logfile (image_service/log.log)
webserver:
host: $SERVER_HOST|"127.0.0.1" # webserver address
port: $SERVER_PORT|5000 # webserver port
visual_logging:
level: DISABLED # NOTHING > INFO > DEBUG > ALL
output_folder: /tmp/debug/