This reverts commit
a30917746614275baeb718e902133f06ef44fba6. This commit
includes calls that involve Mutexes, Lockers, and lockdep -- which isn't
yet set up, so things break horribly. A more subtle approach is required.
Signed-off-by: Greg Farnum <greg@inktank.com>
g_lockdep = cct->_conf->lockdep;
- // call all observers now. this has the side-effect of configuring
- // and opening the log file immediately.
- conf->call_all_observers();
-
// Now we're ready to complain about config file parse errors
complain_about_parse_errors(cct, &parse_errors);