What's Changed
Added support for configuring web server log level
New config entry for setting log levels of the web server:
[/settings/WEB/server/log]
debug=false
error=true
info=false
Beware that this is a bit awkward due to how logs are exposed in mongoose.
I will look into improving this at some point but for now this allows you to turn it off at least.
Migrated from json spirit by @mickem in #971
Should not impact anything but instead of a dedicated json library we now use boost to reduce number of dependencies.
Removed sample config from installer
As you can easily generate the config i removed it from the installer.
Full Changelog: 0.9.2...0.9.3