update config examples

This commit is contained in:
mbecker20
2024-04-10 22:24:40 -07:00
parent b7692e39c8
commit d6b76134a3
2 changed files with 44 additions and 9 deletions

View File

@@ -18,7 +18,16 @@ passkey = "a_random_passkey"
# specify the log level of the monitor core application
# default: info
# options: off, error, warn, info, debug, trace
log_level = "info"
logging.level = "info"
# specify the logging format for stdout / stderr.
# default: standard
# options: standard, json, none
logging.stdio = "standard"
# specify a loki endpoint to send tracing logs to
# optional, default unassigned
#logging.loki_url = "http://localhost:3100"
# specify how long an issued jwt stays valid. all jwts are invalidated on application restart.
# default: 1-day.