Skip to content

Commit

Permalink
name stdout transports
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Nason committed Oct 19, 2016
1 parent ad6dfd9 commit fc28af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default class ClientLogger extends Logger {
// Nice console output
if (this.stdout) {
streams.push({
name: 'stdout',
level: this.level,
stream: new ClientConsoleLogger(),
type: 'raw'
Expand Down
1 change: 1 addition & 0 deletions src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default class NodeLogger extends Logger {
// Nice output to stdout
if (this.stdout) {
streams.push({
name: 'stdout',
level: this.level,
stream: bunyanFormat({ outputMode: 'short' }),
type: 'stream'
Expand Down

0 comments on commit fc28af2

Please sign in to comment.