Establish log-level very, very early during startup, so debug/info/warning
messages in the very early fgfs startup phase are also shown.
} // of arguments iteration
p->insertGroupMarker(); // command line is one group
+ // establish log-level before anything else - otherwise it is not possible
+ // to show extra (debug/info/warning) messages for the start-up phase.
+ fgOptLogLevel(valueForOption("log-level").c_str());
+
// then config files
SGPath config;