Right now, the output log on stderr / stdout for both NIS and NCC are kinda cryptic, and has little use to the common users. Is there any way to add a flag to the current text being display if it's useful to show to the user?
Like this:out 21, 2014 11:06:37 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod<br />INFO: Mapped "{[/debug/fix-node],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.nem.nis.a.if.F(java.lang.String)<br />
Although it's flagged "INFO", some useful parts are also flagged INFO, and the blockchain scanning is "WARNING:". the main issue it's not reliable, as it changes depending on the locale of the OS, for me it shows "ATEN
Those logs are really intended for diagnostic purposes. I don't think they're useful for the user unless there's a problem (and in that case you could filter by WARN or ERROR, expecting the one case where we're using WARN to log initial block loading).