mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-10 07:31:27 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { WorkersLogger } from 'workers-tagged-logger'
|
||||
|
||||
export type LogTagHints = {
|
||||
// add common tags here so that they show up as hints
|
||||
// in `logger.setTags()` and `logger.withTags()`
|
||||
url: string
|
||||
}
|
||||
|
||||
export const logger = new WorkersLogger<LogTagHints>()
|
||||
Reference in New Issue
Block a user