Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/docs/refguide/runtime/logging/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ This should be used for debugging systems during development, but never in a pro

This is the most verbose logging level, and can be used if you want even more fine-grained logging than debug.

{{% alert color="warning" %}}
Trace logs should be used with care, especially in production environments. Mendix recommends not including sensitive or unnecessary information in trace messages.
{{% /alert %}}

## Log Nodes

This section provides some details on specific log nodes used by Mendix. It is recommended that if you write your own [log messages](/refguide/log-message/) you use your own log node names to avoid confusion with the Mendix log messages.
Expand Down