We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45cd57 commit 61c97fcCopy full SHA for 61c97fc
1 file changed
rootfs/etc/cont-init.d/05-svc-dispatcher.sh
@@ -29,6 +29,9 @@ DB_PORT=${DB_PORT:-3306}
29
DB_NAME=${DB_NAME:-librenms}
30
DB_USER=${DB_USER:-librenms}
31
DB_TIMEOUT=${DB_TIMEOUT:-60}
32
+LOG_CHANNEL=${LOG_CHANNEL:-stdout}
33
+LOG_LEVEL=${LOG_LEVEL:-warning}
34
+STDOUT_LOG_LEVEL=${STDOUT_LOG_LEVEL:-$LOG_LEVEL}
35
36
SIDECAR_DISPATCHER=${SIDECAR_DISPATCHER:-0}
37
#DISPATCHER_NODE_ID=${DISPATCHER_NODE_ID:-dispatcher1}
0 commit comments