mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-18 05:32:41 -04:00
Tracy test
This commit is contained in:
@@ -47,7 +47,7 @@ thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tower-http.workspace = true
|
||||
toml.workspace = true
|
||||
tracing = { workspace = true, features = ["release_max_level_debug"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
tikv-jemallocator = {workspace = true}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# [certificate-authority]
|
||||
# jwt-priv-key-path = "~/.config/spacetime/id_ecdsa"
|
||||
# jwt-priv-key-path = "~/.config/spacetime/id_ecdsas"
|
||||
# jwt-pub-key-path = "~/.config/spacetime/id_ecdsa.pub"
|
||||
|
||||
[logs]
|
||||
@@ -9,10 +9,10 @@
|
||||
# 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=trace",
|
||||
"spacetimedb_client_api=trace",
|
||||
"spacetimedb_lib=trace",
|
||||
"spacetimedb_standalone=trace",
|
||||
"spacetimedb_commitlog=info",
|
||||
"spacetimedb_durability=info",
|
||||
"axum::rejection=trace",
|
||||
|
||||
Reference in New Issue
Block a user