mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
skill issue
This commit is contained in:
parent
a5be9f187b
commit
d4f0aa96c3
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ pub struct AppState {
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() -> Result<()> {
|
async fn main() -> Result<()> {
|
||||||
tracing_subscriber::fmt::fmt()
|
tracing_subscriber::fmt::fmt()
|
||||||
.with_env_filter("tracing")
|
.with_env_filter("trace")
|
||||||
.pretty()
|
.pretty()
|
||||||
.init();
|
.init();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue