Skip to content

Conversation

@gmarull
Copy link
Member

@gmarull gmarull commented Feb 12, 2026

  • Use level-named macros, e.g. PBL_LOG_INFO(...) instead of PBL_LOG(LOG_LEVEL_INFO, ...)
  • Each level has a default color (e.g. info->green, error->red...)
  • Removed usage of colored logs (it's just confusing)

- Use level-named macros, e.g. PBL_LOG_INFO(...) instead of
  PBL_LOG(LOG_LEVEL_INFO, ...)
- Each level has a default color (e.g. info->green, error->red...)
- Removed usage of colored logs (it's just confusing)

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant