Skip to content

Logger Level

For both gNB and UE, there is a log level field in the configuration file:

logger:
  level: "info" # error, warn, info, debug, trace, test

Log Description

There are six log levels available for both gNB and UE:

  • error: Critical errors that cause the application to stop.
  • warn: Unusual events that do not affect application functionality.
  • info: General information that users should be aware of.
  • debug: Information useful for developers during debugging.
  • trace: Detailed step-by-step information for in-depth analysis.
  • test: Logs for developer checking anywhere.

This can be customized in the configuration files.