-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Echo uses lecho and log level is missing, can we check and override ? #33
Comments
Also, with the same subject, I added CallerWithSkipFrameCount And it works great, but I was wondering if its possible to override (delete actually) anything that doesn't not come from my own repository It is outputting color.go
|
That happens when Echo calls |
It really depends on Echo API. If it provides such a functionality, then you could do that. |
Hi,
I have the following output, there is message that comes from ECHO but using lecho logger, it is missing the LEVEL and displays ??? instead of log level.
Is there anyway to intercept it and check if the level is actually empty? If it is, then change to INFO
If I could intercept it, then this line
Could become
I know this is not a problem of lecho, Echo is probably not including the level, but I was hoping to intercept it and replace it
Or is there a better way to do this ?
THanks in advance
Ian
The text was updated successfully, but these errors were encountered: