Skip to content

Logging

FeedbackFusion uses the RUST_LOG environment variable to control the default logging level of the process. The following table lists the possible values for RUST_LOG and describes what each level typically outputs.

LevelDescription
ERRORLogs only error messages.
WARNLogs warnings and error messages.
INFOLogs informational messages, warnings, and error messages.
DEBUGLogs debug information, including database requests, informational messages, warnings, and errors.
TRACELogs everything, including trace-level information, debug information, database requests, informational messages, warnings, and errors.

This option also controls which traces are exported via otlp.