What messages does -quiet include?
Rejected shares?
Pool unavailable?
Not providing work fast enough?
Hardware failure?
Essentially I would like an output which has everything except accepted shares to make the logs more compact. Is that possible?
I think -quiet also removes rejected share and "not fast enough" notifications so it is kinda too quiet.
Also what is the syntax for using -text-only and -quiet flags in configuration file. I can get them working from commandline but trying
"quiet",
"text-only"
in config file results in parse error. The example config file has no "valueless" configuration items so not sure what the syntax is.
I thought maybe I need a "dummy value" for the variable : value format so I tried
"quiet" : "0",
"text-only" : "0"
but I got a different parse error (invalid value for text-only).
