Initialise logger

This commit is contained in:
Eelco Dolstra 2017-04-12 14:52:49 +02:00
parent 16c4856027
commit 31cc9366fc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 1 additions and 4 deletions

View file

@ -25,7 +25,6 @@ static ref<Store> store()
static std::shared_ptr<Store> _store;
if (!_store) {
try {
logger = makeDefaultLogger();
settings.loadConfFile();
settings.update();
settings.lockCPU = false;