Trace Logging

Learn how to implement trace logging in your Rumi microservices.

Overview

Rumi provides a powerful trace logging framework that allows you to emit diagnostic trace from your application code. You can create custom tracers, control trace levels programmatically, and configure output destinations for your application's trace messages.

Topics

  • Logging Trace - Create tracers and emit trace from your application code

Last updated