Skip to content

Commit

Permalink
fix: update logger scope
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Feb 2, 2020
1 parent b06ac4a commit bde225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Roarr from 'roarr';

const Logger = Roarr
.child({
program: 'global-agent',
package: 'global-agent',
});

export default Logger;

0 comments on commit bde225f

Please sign in to comment.