hapijs / good

hapi process monitoring
Other
525 stars 160 forks source link

good-console must create a stream that has a pipe function. #554

Closed ricktbaker closed 7 years ago

ricktbaker commented 7 years ago

Upgrading from 6.4 to 7.2. Just a basic console logger and I'm getting the error above. Here is the config

      console: [{
        module: 'good-squeeze',
        name: 'Squeeze',
        args: [{
          log: '*',
          response: '*',
          request: '*'
        }]
      }, {
        module: 'good-console'
      }, 'stdout']

This is running inside a docker container if that makes any difference with the stdout part.

ricktbaker commented 7 years ago

Had to update my good-console version.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.