Skip to content

Update _index.md #9837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025
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