mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-09 17:23:21 +00:00
Switch to server side templating
This commit is contained in:
parent
5333fd849e
commit
35e5bd30b5
12 changed files with 402 additions and 15 deletions
|
@ -12,7 +12,7 @@ pub(crate) fn setup_logger() {
|
|||
tracing_subscriber::registry()
|
||||
.with(
|
||||
tracing_subscriber::filter::EnvFilter::try_from_default_env()
|
||||
.unwrap_or_else(|_| format!("{}=trace,storage-server=trace", env!("CARGO_CRATE_NAME")).into()),
|
||||
.unwrap_or_else(|_| format!("warn,rocket=trace,storage-server=trace").into()),
|
||||
)
|
||||
.with(tracing_subscriber::fmt::layer())
|
||||
.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue