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
This is because there is no way to set log level threshold for each logrus.Entry.
Creating a new logger (instead of entry) for each module won't do, since logger doesn't store fields.
Though here is one way to do it (fork logrus.Entry to contain threshold field) rht@9e26753.
Step to reproduce:
--> I can see some logs, bitswap included
--> no log shown
The text was updated successfully, but these errors were encountered: