Skip to content

Commit

Permalink
Update entrypoint.sh (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <[email protected]>
  • Loading branch information
docjyJ authored Aug 22, 2024
1 parent 15d669d commit e7f2c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function file_logging() {
fi

if [ "$ENSURE_FILE_LOGGING_CONFIG" = "ON" ]; then
sed -e '/^tracer\.aio-log\./d'
sed -e '/^tracer\.log\./d'
echo 'tracer.log.type = "log"'
echo 'tracer.log.level = "trace"'
echo 'tracer.log.path = "/var/log"'
Expand Down

0 comments on commit e7f2c55

Please sign in to comment.