mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat: removing unnecessary logs from console (#753)
This commit is contained in:
		| @ -103,7 +103,7 @@ pub fn setup<Str: AsRef<str>>( | ||||
|             config::LogFormat::Default => { | ||||
|                 let logging_layer = fmt::layer() | ||||
|                     .with_timer(fmt::time::time()) | ||||
|                     .with_span_events(fmt::format::FmtSpan::ACTIVE) | ||||
|                     .with_span_events(fmt::format::FmtSpan::NONE) | ||||
|                     .pretty() | ||||
|                     .with_writer(console_writer); | ||||
|  | ||||
|  | ||||
| @ -62,6 +62,10 @@ services: | ||||
|     profiles: | ||||
|       - monitoring | ||||
|     restart: unless-stopped | ||||
|     environment: | ||||
|       - GF_AUTH_ANONYMOUS_ORG_ROLE=Admin | ||||
|       - GF_AUTH_ANONYMOUS_ENABLED=true | ||||
|       - GF_AUTH_BASIC_ENABLED=false | ||||
|     volumes: | ||||
|       - ./config/grafana.ini:/etc/grafana/grafana.ini | ||||
|       - ./config/grafana-datasource.yaml:/etc/grafana/provisioning/datasources/datasource.yml | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Nishant Joshi
					Nishant Joshi