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 cdcc852 commit cfb3bdcCopy full SHA for cfb3bdc
scripts/aws/entrypoint.sh
@@ -16,6 +16,7 @@ ulimit -n 65536
16
# -- setup loopback device
17
echo "Setting up loopback device..."
18
ifconfig lo 127.0.0.1
19
+/usr/sbin/syslog-ng --verbose
20
21
# -- start vsock proxy
22
echo "Starting vsock proxy..."
@@ -83,7 +84,6 @@ LOGBACK_CONF="./conf/logback.xml"
83
84
85
if [[ "$DEBUG_MODE" == "true" ]]; then
86
LOGBACK_CONF="./conf/logback-debug.xml"
- /usr/sbin/syslog-ng --verbose
87
fi
88
89
# -- set pwd to /app so we can find default configs
0 commit comments