Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from sprucelabsai/fix/log-namespace
Browse files Browse the repository at this point in the history
Set logger namespace
  • Loading branch information
kengoldfarb authored Apr 21, 2020
2 parents 5c1fea7 + 02c3937 commit 4192568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/log.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Log, LogLevel } from '@sprucelabs/log'
import { Log } from '@sprucelabs/log'

export default new Log({
level: LogLevel.Info
namespace: '@sprucelabs/path-resolver'
})

0 comments on commit 4192568

Please sign in to comment.