ant - How to set the log level via the command-line -


echo tasks have logging level associated them, , i've been able use turn off debug messages default, echoing classpath before every build.

that's great, except don't know how debug messages show @ all, via command-line argument. i've read refers this, must possible set log level, i've no idea how set it. thanks!

i'm sure simple thing must have missed in documentation, quite few likely search queries returned no relevant results. method via eclipse or intellij relevant.

ant has several command line options controlling own verbosity (-quiet, -verbose), these not appear correspond log levels <echo> tasks, , cannot map possible log levels.

i see can set log level from within build file, that's not need.

according email, following mappings set up:

 cmd arg  | log level ---------+----------    | info -verbose | verbose -debug   | debug -quiet   | ??? -silent  | ??? ???      | ??? 

if can find more, please edit post , add them list! in particular, wonder -quiet logging level.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -