The level of the Master's logs is adjusted in nlog.config.
Main line: <logger name="*" minlevel="Error" writeTo="ownFile-web" />
You can adjust the value in the minlevel attribute to extend the logging.
Possible options: Error, Warn, Info, Debug, Trace.