Logging is one of the most important parts of the distributed systems. Many things can break, but when the logging breaks, then we are completely lost. In this blog post, we will understand log levels and how to log efficiently in distributed systems.
Logging Levels
Whenever we log a message, we need to specify the log level or log severity. It’s an indicator of how important the message is and who should be concerned.