Skip to content

Reducing log size

Wouter edited this page Aug 17, 2021 · 1 revision

Debug logs

The debug logs macros are defined in /port/oc_log.h

The logs can be reduced by modifying the length of the debug message. These messages are always prefixed with:

  • debug level
  • file
  • function
  • line

one can change the debug logs by altering these definitions.