Reduce logs
This commit is contained in:
		@@ -140,7 +140,7 @@ pub async fn process_command(
 | 
			
		||||
    (
 | 
			
		||||
        StatusCode::ACCEPTED,
 | 
			
		||||
        Json(ProxyResponse {
 | 
			
		||||
            message: "Success".to_string(),
 | 
			
		||||
            message: "success".to_string(),
 | 
			
		||||
        }),
 | 
			
		||||
    )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@ use tracing::Level;
 | 
			
		||||
async fn main() {
 | 
			
		||||
    // initialize tracing
 | 
			
		||||
    let subscriber = tracing_subscriber::FmtSubscriber::builder()
 | 
			
		||||
        .with_max_level(Level::TRACE)
 | 
			
		||||
        .with_max_level(Level::INFO)
 | 
			
		||||
        .finish();
 | 
			
		||||
 | 
			
		||||
    tracing::subscriber::set_global_default(subscriber).unwrap();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user