Skip to content

Commit

Permalink
Clarify Info
Browse files Browse the repository at this point in the history
Co-authored-by: Gerasimos Chourdakis <[email protected]>
  • Loading branch information
fsimonis and MakisH authored Dec 13, 2024
1 parent d2d2e2b commit 7dc4998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/dev-docs/dev-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Unreachable | in debug builds | cerr | Terminates the program when reaching impo
Assertion | in debug builds | cerr | Ensures expected program state. Terminates the program.
Errors | always | Logger | User-errors only! Terminates the program
Warnings | always | Logger | Notifies about worrying states or deprecated configuration options.
Info | always on primary rank | Logger | Notifies about the state of the program and gives indication of what is happening. Visible on rank 0
Info | always on primary rank | Logger | Notifies about the state of the program and gives indication of what is happening. Visible only on rank 0
Debug | in debug builds | Logger | Low-level information useful for developing and bug-search.
Trace | in debug builds | Logger | Function invocation information. Last resort before using a debugger. Sometimes debugging may also not be an option.

Expand Down

0 comments on commit 7dc4998

Please sign in to comment.