mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 11:17:50 -04:00
22 lines
646 B
TOML
22 lines
646 B
TOML
# [certificate-authority]
|
|
# jwt-priv-key-path = "~/.config/spacetime/id_ecdsa"
|
|
# jwt-pub-key-path = "~/.config/spacetime/id_ecdsa.pub"
|
|
|
|
[logs]
|
|
# The default level filter for logging
|
|
# level = "ERROR"
|
|
|
|
# directives for logging, see link for syntax:
|
|
# https://docs.rs/tracing-subscriber/latest/tracing_subscriber/struct.EnvFilter.html#directives
|
|
directives = [
|
|
"spacetimedb=debug",
|
|
"spacetimedb_client_api=debug",
|
|
"spacetimedb_lib=debug",
|
|
"spacetimedb_standalone=debug",
|
|
"spacetimedb_commitlog=info",
|
|
"spacetimedb_durability=info",
|
|
"axum::rejection=trace",
|
|
]
|
|
|
|
# vim: set nowritebackup: << otherwise triggers cargo-watch
|