Can you introduce logging for all output generated? I did app.d to reduce noise. Replace all write functions. Also we should set the loglevel at the command line, so you can have switches:
--debug (all output)
--trace
--info
--warning (default)
--quiet (critical|fatal)
`
does that make sense?
Hi Prasun,
Can you introduce logging for all output generated? I did app.d to reduce noise. Replace all write functions. Also we should set the loglevel at the command line, so you can have switches:
--debug (all output) --trace --info --warning (default) --quiet (critical|fatal) ` does that make sense?