Skip to content

Commit

Permalink
docs: Improve log usability (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhemery authored Jan 7, 2025
1 parent 9f54f5c commit 863daac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/setup-dev-environment/pages/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ Each file name includes the date when the file was created. Log files:
You can exploit the Mapped Diagnostic Context (MDC) information from the Bonita Runtime log to integrate it in an external Log Management System. +
These instructions demonstrate how to do it with https://eclipse.dev/tracecompass/[Eclipse Trace Compass] a free and open source traces and logs manager. You can adapt these to your favorite tool of choice.

[NOTE]
====
This demo uses the textual log. If you prefer to use the JSON log format, you will find all the contextual information in the `"contextMap"` attribute instead.
====


. Download, install and launch Trace Compass.
. Create a new project. Import your logs file in the Traces.
Expand Down

0 comments on commit 863daac

Please sign in to comment.