Google's Closure Compiler has this flag for logging:
--logging_level VAL
The logging level (standard java.util.logging.Level values)
for Compiler progress. Does not control errors or warnings
for the JavaScript code under compilation.
So I can set the logging level to one of: SEVERE
, WARNING
, INFO
, CONFIG
, FINE
, FINER
, FINEST
.
But how do I enable logging, and where is the log file?