console.stream() seems super fishy to me: <a href="https://github.com/jbail/lumberjack/blob/master/scripts/lumberjack.js#L30" rel="nofollow">https://github.com/jbail/lumberjack/blob/master/scripts/lumb...</a><p>Here you are just changing a global default stream name, but it looks like you have some kind of alternate console objects. E.g., as though I could do "logger = console.stream('component'); logger.info(...);" in my code – but that isn't how it works at all, it's just chaining and a method that means something more like "console.setLogName('component')"