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 7ed770a commit 035a610Copy full SHA for 035a610
consumer/run.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
python3.8 app/set_properties.py
3
-`python3.8 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
+`python3.8 app/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
4
touch /app/logs/record_processor.log
5
exec tail -f /app/logs/record_processor.log
0 commit comments