Index: lib/src/options.dart |
diff --git a/lib/src/options.dart b/lib/src/options.dart |
index d37957245d1b811bad316b15cf050a7abcdf545a..6861a9030c6f91e286f4ed50d650e4a6c5fc78be 100644 |
--- a/lib/src/options.dart |
+++ b/lib/src/options.dart |
@@ -260,6 +260,7 @@ CompilerOptions parseOptions(List<String> argv) { |
if (enableHashing == null) { |
enableHashing = serverMode; |
} |
+ // TODO(jmesserly): shouldn't level always default to warning? |
vsm
2015/05/19 20:41:08
Eventually, yes. I bumped this up as I didn't wan
|
var logLevel = serverMode ? Level.WARNING : Level.SEVERE; |
var levelName = args['log']; |
if (levelName != null) { |