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
The -O option currently allows renaming the log file. However, it would be beneficial if this option could also redirect the log file to a specified directory.
Enhancement Proposal
Extend the functionality of the -O option to allow redirecting the log file to a specified path. This would enable users to specify different log directories for individual jobs without affecting pending jobs.
The --set_logdir option applies to all pending jobs, which limits flexibility. Allowing -O to specify log directories per job would enhance usability and provide finer control over log file management.
The text was updated successfully, but these errors were encountered:
Current Situation
The
-O
option currently allows renaming the log file. However, it would be beneficial if this option could also redirect the log file to a specified directory.Enhancement Proposal
Extend the functionality of the
-O
option to allow redirecting the log file to a specified path. This would enable users to specify different log directories for individual jobs without affecting pending jobs.Example Usage
Rationale
The
--set_logdir
option applies to all pending jobs, which limits flexibility. Allowing-O
to specify log directories per job would enhance usability and provide finer control over log file management.The text was updated successfully, but these errors were encountered: