mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Simplify logging configuration
This commit is contained in:
@ -113,10 +113,10 @@ NOPAQUE_ADMIN=
|
||||
# DEFAULT: /mnt/nopaque
|
||||
# NOTES:
|
||||
# - This must be a network share and it must be available on all
|
||||
# Docker Swarm nodes, mounted to the same path with the same
|
||||
# user and group ownership
|
||||
# Docker Swarm nodes, mounted to the same path.
|
||||
# - When running with Docker Compose, this gets overwritten in the
|
||||
# `docker-compose.yml` file
|
||||
# `docker-compose.yml` file with the value of the `HOST_NOPAQUE_DATA_PATH`
|
||||
# environment variable from the `.env` file.
|
||||
# NOPAQUE_DATA_PATH=
|
||||
|
||||
# CHOOSE ONE: False, True
|
||||
@ -141,30 +141,22 @@ NOPAQUE_DOCKER_REGISTRY_PASSWORD=
|
||||
# DEFAULT: [%(asctime)s] %(levelname)s in %(pathname)s (function: %(funcName)s, line: %(lineno)d): %(message)s
|
||||
# NOPAQUE_LOG_FORMAT=
|
||||
|
||||
# DEFAULT: INFO
|
||||
# CHOOSE ONE: CRITICAL, ERROR, WARNING, INFO, DEBUG
|
||||
# NOPAQUE_LOG_LEVEL=
|
||||
|
||||
# CHOOSE ONE: False, True
|
||||
# DEFAULT: True
|
||||
# DEFAULT: False
|
||||
# NOPAQUE_LOG_FILE_ENABLED=
|
||||
|
||||
# DEFAULT: <nopaque-basedir>/logs
|
||||
# NOTES:
|
||||
# - Use `.` as <nopaque-basedir>
|
||||
# - When running with Docker Compose, this gets overwritten in the
|
||||
# `docker-compose.yml` file
|
||||
# NOPAQUE_LOGS_PATH=
|
||||
# DEFAULT: /var/log/nopaque
|
||||
# NOPAQUE_LOG_FILE_DIR=
|
||||
|
||||
# DEFAULT: NOPAQUE_LOG_LEVEL
|
||||
# DEFAULT: DEBUG if FLASK_DEBUG == True else WARNING
|
||||
# CHOOSE ONE: CRITICAL, ERROR, WARNING, INFO, DEBUG
|
||||
# NOPAQUE_LOG_FILE_LEVEL=
|
||||
|
||||
# CHOOSE ONE: False, True
|
||||
# DEFAULT: False
|
||||
# DEFAULT: True
|
||||
# NOPAQUE_LOG_STDERR_ENABLED=
|
||||
|
||||
# DEFAULT: NOPAQUE_LOG_LEVEL
|
||||
# DEFAULT: DEBUG if FLASK_DEBUG == True else WARNING
|
||||
# CHOOSE ONE: CRITICAL, ERROR, WARNING, INFO, DEBUG
|
||||
# NOPAQUE_LOG_STDERR_LEVEL=
|
||||
|
||||
|
Reference in New Issue
Block a user