private void SetUpStdoutLogger(Settings config) { var logLevel = Logging.LogLevelFor(config.StdoutLogLevel); SubscribeLogLevelAndAbove(logLevel, Logging.StandardOutLogger); }