skill issue

This commit is contained in:
Cappy Ishihara 2024-06-02 03:30:40 +07:00
parent a5be9f187b
commit d4f0aa96c3
No known key found for this signature in database
GPG key ID: 50862C285CB76906

View file

@ -99,7 +99,7 @@ pub struct AppState {
#[tokio::main]
async fn main() -> Result<()> {
tracing_subscriber::fmt::fmt()
.with_env_filter("tracing")
.with_env_filter("trace")
.pretty()
.init();