mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-02-26 08:53:03 +08:00
21 lines
466 B
TOML
21 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"
|