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
In many other logging frameworks, log levels always include debug, info, warn, error. However, in go-zero framework, log levels only include debug, info, error, severe. In many business scenarios, warn level logs are more semantic.
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
I do need warn level logging
After adding warn, you can better filter out logs that require attention without affecting the running of the program.
Some third-party libraries support incoming loggers, but most of the defined interfaces include four levels: debug, info, warn, and error. Adding warn eliminates the trouble of customizing the logger.
Hope you can consider it
In many other logging frameworks, log levels always include debug, info, warn, error. However, in go-zero framework, log levels only include debug, info, error, severe. In many business scenarios, warn level logs are more semantic.
The text was updated successfully, but these errors were encountered: