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
Looking over Go by Example: Writing Files I see that bufio.NewWriter is used to buffer content before writing it to what I assume is an io.Writer interface. Can we target the logrus object with a buffered writer?
Even if we can, is there support for delayed filtering of logging levels? If not, then using a buffered writer won't help us.
The text was updated successfully, but these errors were encountered:
Looking over Go by Example: Writing Files I see that
bufio.NewWriter
is used to buffer content before writing it to what I assume is an io.Writer interface. Can we target the logrus object with a buffered writer?Even if we can, is there support for delayed filtering of logging levels? If not, then using a buffered writer won't help us.
The text was updated successfully, but these errors were encountered: