(OneLog) Platform log monitoring with GrayLog
The OneLog team, made up of Gianluca, Estanislao and Francisco and mentored by Pablo, tackled the platform log monitoring challenge with GrayLog
The challenge:
It was about building a centralized log system for the platform, which was called OneLog, just like the team’s name.
As log repository, they used Graylog deployed as a Docker container. Besides, they created a new component (Maven module) in which the necessary dependencies for integration with Graylog are imported. A new appender has been added to the logback.xml files so that, in addition to logging by console and files, it also sends the logs to Graylog.
For future extensions, it was proposed to integrate the logs repository within the Platform’s Control Panel.