mirror of https://github.com/webpack/webpack.git
				
				
				
			enable info log level by default
This commit is contained in:
		
							parent
							
								
									09103af6c4
								
							
						
					
					
						commit
						c24d5601dc
					
				|  | @ -199,7 +199,10 @@ class Stats { | |||
| 			options.publicPath, | ||||
| 			!forToString | ||||
| 		); | ||||
| 		const showLogging = optionOrLocalFallback(options.logging, !forToString); | ||||
| 		const showLogging = optionOrLocalFallback( | ||||
| 			options.logging, | ||||
| 			forToString ? "info" : true | ||||
| 		); | ||||
| 		const showLoggingTrace = optionOrLocalFallback( | ||||
| 			options.loggingTrace, | ||||
| 			!forToString | ||||
|  |  | |||
|  | @ -2012,7 +2012,13 @@ Entrypoint main = main.js | |||
| [2] ./b.js 22 bytes {2} [built] | ||||
| [3] ./c.js 54 bytes {3} [built] | ||||
| [4] ./d.js 22 bytes {1} [built] | ||||
| [5] ./e.js 22 bytes {1} [built]" | ||||
| [5] ./e.js 22 bytes {1} [built] | ||||
| 
 | ||||
| LOG from MyPlugin | ||||
| <e> Error | ||||
| <w> Warning | ||||
| <i> Info | ||||
| + 7 hidden lines" | ||||
| `; | ||||
| 
 | ||||
| exports[`StatsTestCases should print correct stats for preset-normal-performance 1`] = ` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue