Skip to content

Commit

Permalink
Remove file redirect on start up
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Sep 25, 2024
1 parent 4a5688a commit 8fec1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
LOG_FILE="/home/start.txt"

set -x
exec > $LOG_FILE
exec 2>&1
#exec > $LOG_FILE
#exec 2>&1

set -o pipefail
ulimit -n 65536
Expand Down
1 change: 0 additions & 1 deletion scripts/aws/syslog-ng/syslog-ng-client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ destination d_syslog_tcp {
log {
source(s_local);
source(s_dev_nitro);
source(s_startup_file);
destination(d_syslog_tcp);
};

0 comments on commit 8fec1b1

Please sign in to comment.