mirror of
				https://github.com/MichMich/MagicMirror.git
				synced 2025-10-31 02:36:47 +00:00 
			
		
		
		
	Adjust log level in sample
This commit is contained in:
		| @@ -28,7 +28,7 @@ var config = { | ||||
| 	httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true | ||||
|  | ||||
| 	language: "en", | ||||
| 	logLevel: ["DEBUG", "INFO", "LOG", "WARN", "ERROR"], | ||||
| 	logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging | ||||
| 	timeFormat: 24, | ||||
| 	units: "metric", | ||||
| 	// serverOnly:  true/false/"local" , | ||||
|   | ||||
		Reference in New Issue
	
	Block a user