Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct error: unknown stream type "undefined" in bunyan #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 22, 2017

  1. Correct error: unknown stream type "undefined" in bunyan

    I was getting this error :
    
    Uncaught TypeError: unknown stream type "undefined"
        at Logger.addStream (webpack:///./~/bunyan/lib/bunyan.js?:620:15)
        at eval (webpack:///./~/bunyan/lib/bunyan.js?:470:18)
        at Array.forEach (native)
        at new Logger (webpack:///./~/bunyan/lib/bunyan.js?:469:25)
        at Function.createLogger (webpack:///./~/bunyan/lib/bunyan.js?:1618:12)
        at Object.eval (webpack:///./~/activedirectory/lib/activedirectory.js?:16:18)
        at eval (webpack:///./~/activedirectory/lib/activedirectory.js?:1901:30)
    
    I corrected it removing the streams element.
    Now it works.
    fredoumulateur authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    dd6db6c View commit details
    Browse the repository at this point in the history