Logs are the records of what happened within the application that are either auto-generated or added by a software developer.
Logs are of immense value during troubleshooting as they help you to know the state of the system and understand the behavior of the application.
Log Levels
Log levels are a way to classify the logs basis it’s urgency. The most commonly used convention is to use DEBUG, INFO, WARNING, ERROR, and CRITICAL; increasing in priority from DEBUG to CRITICAL.
Teams can change the log levels that they are using basis the relevance.
Log Formats
Logs can be structured, semi-structured or even just text messages depending on the conventions followed by the teams.
Doctor Droid is a platform to enable teams to monitor critical business and operational KPIs in real-time, helping improve business monitoring.