MCPcopy Create free account
hub / github.com/alanagoyal/docbase / logger.ts

File logger.ts

lib/logger.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1type LogLevel = 'debug' | 'info' | 'warn' | 'error'
2
3const getLogLevel = (): LogLevel => {
4 const logLevel = process.env.LOG_LEVEL as LogLevel

Callers

nothing calls this directly

Calls 2

formatMessageFunction · 0.85
shouldLogFunction · 0.70

Tested by

no test coverage detected