Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/winstonjs/winston
/ format-filter.js
File
format-filter.js
examples/format-filter.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ createLogger, format, transports } = require(
'../'
);
2
3
// Ignore log messages if the have { private: true }
4
const
ignorePrivate = format((info, opts) => {
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected