ppx_minidebug icon indicating copy to clipboard operation
ppx_minidebug copied to clipboard

Make sure that `ocannl_log_level=nonempty_entries` doesn't output too little

Open lukstafi opened this issue 1 year ago • 1 comments

Entries that are definitely non-empty, but do not have any values logged at their level, are skipped -- only their children subtrees are logged. This is a reasonable design for a log level but is unexpected given the log level name, and we definitely want the more generous log level too.

lukstafi avatar Mar 28 '24 19:03 lukstafi

Whether to output empty entries should be decided based on %track (yes), %debug (?), %diagn (no), not on a log level.

lukstafi avatar Aug 02 '24 07:08 lukstafi

This is fixed now with migration to explicit verbosity levels (there's no "nonempty entries" log level), and using the extension entry point type for filtering empty entries (most recent commit).

lukstafi avatar Aug 24 '24 17:08 lukstafi