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
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Hi @basvandenbrink, thanks for catching this.
This is caused from us using some of the default settings of logrus for logging which, by default, outputs all logs to stderr.
Sadly the library does not support switching between stdout and stderr for specific log levels within the library itself (only allows you to set a single output for all levels); and as you can see from the issue and PR below, the core maintainer has not been open to implementing or accepting any PRs to fix this.
Describe the bug:
Fabrikate writes all output to STDERR.
To Reproduce:
Execute any fabrikate command.
Expected behavior:
Only errors are written to STDERR, all other messages should go to STDOUT.
Desktop:
The text was updated successfully, but these errors were encountered: