Changing Process Logging Levels
The default verbosity-level, or log-level, for processes is Info
. This can be controlled using the submit wizard. On the Control tab, you set the verbosity level for the stdout
and stderr
under Advanced Options.
Levels
A level can be one of the following:
Level | Description |
---|---|
fatal | Only fatal errors are logged |
error | All errors are logged |
warn | All errors and all warnings are logged |
info | Same as warn with additional info log entries |
debug | All log entries |