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
I have a pipeline that is producing quite spammed log out put when it repeatedly hits a @warn. However, this line does have a maxlog=1 directive with it. When using memento, it appears as if the maxlog directive is ignored.
Apparently this is part of ConsoleLogger, and so the Logger implemented here doesn't handle. I'm entirely unfamiliar with the Logging frameworks to expand on this, or even whether this is the correct package to file this in.
The text was updated successfully, but these errors were encountered:
I have a pipeline that is producing quite spammed log out put when it repeatedly hits a
@warn
. However, this line does have amaxlog=1
directive with it. When using memento, it appears as if themaxlog
directive is ignored.Apparently this is part of
ConsoleLogger
, and so the Logger implemented here doesn't handle. I'm entirely unfamiliar with the Logging frameworks to expand on this, or even whether this is the correct package to file this in.The text was updated successfully, but these errors were encountered: