-
Notifications
You must be signed in to change notification settings - Fork 617
feat!: Let wrapper log to stderr and stout file seperately. #2474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
SonarCloud Quality Gate failed.
|
|
This would be ready @johanneskoester |
|
Kudos, SonarCloud Quality Gate passed!
|
Description
allow log_fmt_shell to log to two files.
This is for the use case if the log file of a script needs to be used without any sterr from the wrapper.
Appending to sterr is required as error messages from the wrapper will be overwritten otherwise.
Its used in snakemake/snakemake-wrappers#1322
QC
docs/) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).