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
In AtOperator, the stdout log is duplicated into stderr by the subprocess (but without the ANSI color formatting). This only occurs, however, for the logging in the subprocess, not the top-level dragonfly service:
try a dragonfly get ... - only a single set of log messages
internal timed checks in run - each log message is duplicated
The text was updated successfully, but these errors were encountered:
In AtOperator, the stdout log is duplicated into stderr by the subprocess (but without the ANSI color formatting). This only occurs, however, for the logging in the subprocess, not the top-level dragonfly service:
dragonfly get ...
- only a single set of log messagesrun
- each log message is duplicatedThe text was updated successfully, but these errors were encountered: