logger configuration not working

Issue #130 resolved
FrankJ created an issue

I've noticed that changing loglevels in logging.js does not work. IMO the bug is located in atlasboard/lib/logger.js line 4, where

var config = configManager('logging');

should be

var config = configManager('logging').logger;

What do you think?

Comments (3)

  1. Log in to comment