mail-server/resources/config/common/tracing.toml
2023-10-20 15:31:05 +02:00

22 lines
466 B
TOML

#############################################
# Tracing & logging configuration
#############################################
#[global.tracing]
#method = "stdout"
#level = "trace"
#[global.tracing]
#method = "open-telemetry"
#transport = "http"
#endpoint = "https://127.0.0.1/otel"
#headers = ["Authorization: <place_auth_here>"]
#level = "debug"
[global.tracing]
method = "log"
path = "%{BASE_PATH}%/logs"
prefix = "stalwart.log"
rotate = "daily"
level = "info"