Closed honi closed 11 years ago
Maybe I'm doing something wrong, but when setting the logLevel on a context nothing happens.
_context = new Context(); _context.logLevel = LogLevel.INFO; _context.install(MVCSBundle); _context.configure(new ContextView(this));
I still see all debug logs. I checked the source and couldn't find anything wrong. Any ideas?
_context.install(MVCSBundle); _context.logLevel = LogLevel.INFO;
or, see : http://knowledge.robotlegs.org/discussions/robotlegs-2/3964-cant-change-mvcs-bundle-defaults-loglevel#comment_27839518
Great, thanks!
Maybe I'm doing something wrong, but when setting the logLevel on a context nothing happens.
I still see all debug logs. I checked the source and couldn't find anything wrong. Any ideas?