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 e934841 commit a74a930Copy full SHA for a74a930
consumer/run.sh
@@ -3,4 +3,4 @@ python3 /usr/bin/set_properties.py
3
chmod 777 /usr/bin/record_processor.py
4
`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` &
5
touch /app/logs/record_processor.log
6
-exec tail -f /app/logs/record_processor.log
+exec tail -F /app/logs/record_processor.log
0 commit comments