Skip to content

Instantly share code, notes, and snippets.

@featherbear
Last active April 23, 2022 11:09
Show Gist options
  • Save featherbear/8c4c0680c4eec387cd46aa3b19939033 to your computer and use it in GitHub Desktop.
Save featherbear/8c4c0680c4eec387cd46aa3b19939033 to your computer and use it in GitHub Desktop.
Bunyan global import
declare global {
var logger: bunyan
}
import * as bunyan from 'bunyan'
globalThis.logger = bunyan.createLogger({
name: "LOGGER"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment