You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slipstream.util module already contains capabilities for switching the logging on and off.
Make sure stdout/err from the forked CLIs are redirected to the log file.
Logging should be externally configurable (level, format etc.).
Remove redirection of the stdout/err to the log file when the executor is started via CLI.
Ensure that connectors are logging into the log file.
Extra considerations:
Introducing log rotation between SendingReports states can allow to send less to the server in each iteration of a mutable run. Server can concatenate incoming parts of the log. This allows to save on space on the server side.
Notes:
Such proper logging should allow for easier restart of the machine executors.
Comments and additions are very welcomed.
The text was updated successfully, but these errors were encountered:
slipstream.util
module already contains capabilities for switching the logging on and off.Extra considerations:
Notes:
Comments and additions are very welcomed.
The text was updated successfully, but these errors were encountered: