mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* Revert "fix:log (#2396)" This reverts commit cc2f993e * feat: prometheus config and log
		
			
				
	
	
		
			14 lines
		
	
	
		
			548 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			548 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Log storage path, default is acceptable, change to a full path if modification is needed
 | |
| storageLocation: ../../../../logs/
 | |
| # Log rotation period (in hours), default is acceptable
 | |
| rotationTime: 24
 | |
| # Number of log files to retain, default is acceptable
 | |
| remainRotationCount: 2
 | |
| # Log level settings: 3 for production environment; 6 for more verbose logging in debugging environments
 | |
| remainLogLevel: 6
 | |
| # Whether to output to standard output, default is acceptable
 | |
| isStdout: false
 | |
| # Whether to log in JSON format, default is acceptable
 | |
| isJson: false
 | |
| 
 |