mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-13 16:40:06 +01:00
feat: integration tests
This commit is contained in:
parent
a58b367c90
commit
ae44a8e961
6 changed files with 342 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ struct User {
|
|||
async fn main() -> Result<(), InitError> {
|
||||
tracing_subscriber::registry()
|
||||
.with(tracing_subscriber::EnvFilter::new(
|
||||
std::env::var("RUST_LOG").unwrap_or_else(|_| "info,axum_poc=debug,tower_http=debug".into()),
|
||||
std::env::var("RUST_LOG").unwrap_or_else(|_| "info,jwt_authorizer=debug,tower_http=debug".into()),
|
||||
))
|
||||
.with(tracing_subscriber::fmt::layer())
|
||||
.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue