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
If I run a workflow using --debug then in the job scripts I get export CYLC_VERBOSE=true and export CYLC_DEBUG=true. However, if I run the workflow at normal verbosity and then set it to debug using cylc set-verbosity only CYLC_VERBOSE gets set to true in the job scripts (CYLC_DEBUG remains false).
--debug is defined as equivalent to -v -v in the cylc play help (i.e. it is just a verbosity level) so I would expect cylc set-verbosity DEBUG to result in export CYLC_DEBUG=true in the job scripts.
The text was updated successfully, but these errors were encountered:
If I run a workflow using
--debug
then in the job scripts I getexport CYLC_VERBOSE=true
andexport CYLC_DEBUG=true
. However, if I run the workflow at normal verbosity and then set it to debug usingcylc set-verbosity
onlyCYLC_VERBOSE
gets set to true in the job scripts (CYLC_DEBUG
remains false).--debug
is defined as equivalent to-v -v
in thecylc play
help (i.e. it is just a verbosity level) so I would expectcylc set-verbosity DEBUG
to result inexport CYLC_DEBUG=true
in the job scripts.The text was updated successfully, but these errors were encountered: