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 was archived by the owner on Jul 18, 2025. It is now read-only.
Hi, I can't seem to be able to get libcompose to respect my logger settings.
If I do smth like:
typically libraries using logrus would respect my logger settings (level & format).
I can't get it working with
libcompose, for some reason I'll still see all the logs from info level above with default formatting.Any idea why is this not working/how I can suppress logs from libcompose? Any help appreciated, cheers.