Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
type
LogLevel =
'debug'
|
'info'
|
'warn'
|
'error'
2
3
const
getLogLevel = (): LogLevel => {
4
const
logLevel = process.env.LOG_LEVEL as LogLevel
Callers
nothing calls this directly
Calls
2
formatMessage
Function · 0.85
shouldLog
Function · 0.70
Tested by
no test coverage detected