Skip to content

Commit a74a930

Browse files
committed
Fix - reopen file when it is rotated away
1 parent e934841 commit a74a930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumer/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ python3 /usr/bin/set_properties.py
33
chmod 777 /usr/bin/record_processor.py
44
`python3 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties /usr/bin/record_processor.properties --log-configuration /usr/bin/logback.xml` &
55
touch /app/logs/record_processor.log
6-
exec tail -f /app/logs/record_processor.log
6+
exec tail -F /app/logs/record_processor.log

0 commit comments

Comments
 (0)