Skip to content

Commit cfb3bdc

Browse files
revert add logs everytime (#1606)
1 parent cdcc852 commit cfb3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ulimit -n 65536
1616
# -- setup loopback device
1717
echo "Setting up loopback device..."
1818
ifconfig lo 127.0.0.1
19+
/usr/sbin/syslog-ng --verbose
1920

2021
# -- start vsock proxy
2122
echo "Starting vsock proxy..."
@@ -83,7 +84,6 @@ LOGBACK_CONF="./conf/logback.xml"
8384

8485
if [[ "$DEBUG_MODE" == "true" ]]; then
8586
LOGBACK_CONF="./conf/logback-debug.xml"
86-
/usr/sbin/syslog-ng --verbose
8787
fi
8888

8989
# -- set pwd to /app so we can find default configs

0 commit comments

Comments
 (0)