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
Could we have a lake option to suppress all warnings?
(This would be very helpful in conjunction with debug.byAsSorry which generates both warnings about the sorries, but also many additional linter warnings.)
The text was updated successfully, but these errors were encountered:
Adds the `--log-level=<lv>` CLI option for controlling the minimum log
level Lake should output. For instance, `--log-level=error` will only
print errors (not warnings or info).
Also, adds the parallel `--fail-level` CLI option to control what the
minimum log level of build failures is. The existing `--iofail` and
`--wfail` options are equivalent to `--fail-level=info` and
`--fail-level=warning` , respectively.
Closes#4805,
Could we have a lake option to suppress all warnings?
(This would be very helpful in conjunction with
debug.byAsSorry
which generates both warnings about the sorries, but also many additional linter warnings.)The text was updated successfully, but these errors were encountered: