Member since
12-04-2017
4
Posts
1
Kudos Received
0
Solutions
08-17-2023
11:17 PM
I was able to resolve this error, by making the below configuration to ExecuteStreamCommand: Command Path: <complete path of python.exe> Command Arguments: <complete path of your script>;<other arg>;<other arg>
... View more
02-26-2019
04:34 PM
Hi Jim, use the log4j library and there is a configuration to use an appender that defines how the logs rotate. Log4j is pretty standard in the java world Here is a good tutorial: https://www.journaldev.com/10689/log4j-tutorial
... View more