Variable Config.logging

Logging config

struct Config
{
  // ...
  immutable(LoggerConfig)[] logging = [LoggerConfig(null, Level.Info, true, true, null, true, 16384LU)];
  // ...
}