mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +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 => { |             config::LogFormat::Default => { | ||||||
|                 let logging_layer = fmt::layer() |                 let logging_layer = fmt::layer() | ||||||
|                     .with_timer(fmt::time::time()) |                     .with_timer(fmt::time::time()) | ||||||
|                     .with_span_events(fmt::format::FmtSpan::ACTIVE) |                     .with_span_events(fmt::format::FmtSpan::NONE) | ||||||
|                     .pretty() |                     .pretty() | ||||||
|                     .with_writer(console_writer); |                     .with_writer(console_writer); | ||||||
|  |  | ||||||
|  | |||||||
| @ -62,6 +62,10 @@ services: | |||||||
|     profiles: |     profiles: | ||||||
|       - monitoring |       - monitoring | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|  |     environment: | ||||||
|  |       - GF_AUTH_ANONYMOUS_ORG_ROLE=Admin | ||||||
|  |       - GF_AUTH_ANONYMOUS_ENABLED=true | ||||||
|  |       - GF_AUTH_BASIC_ENABLED=false | ||||||
|     volumes: |     volumes: | ||||||
|       - ./config/grafana.ini:/etc/grafana/grafana.ini |       - ./config/grafana.ini:/etc/grafana/grafana.ini | ||||||
|       - ./config/grafana-datasource.yaml:/etc/grafana/provisioning/datasources/datasource.yml |       - ./config/grafana-datasource.yaml:/etc/grafana/provisioning/datasources/datasource.yml | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Nishant Joshi
					Nishant Joshi