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
* yamlargparse tweaks and updates
removed runconfig.yaml.log generated before yaml is read for log path
fixed reading of nonsensical file in persistence
add more details to docstrings in parser arguments
* fixed logging bug
force restart when no log path found in runconfig yaml
updated where persistence restart arg
added documentation and whitespace cleanup
default=True, help='Disable logging to file. Log to file on by default.')
49
+
default=True, help='Disable logging to file. Log to file on/True by default. If off/False, log file in runconfig yaml will not be read nor altered, log messasges will be sent to stdout, and all submodules will run i.e. no persistence checking.')
0 commit comments