Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrairieLearn/PrairieLearn
/ index.js
File
index.js
tests/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
logger = require(
'../lib/logger'
);
2
3
const
consoleTransport = logger.transports.find(transport => (transport.name ===
'console'
));
4
consoleTransport.level =
'warn'
;
Callers
nothing calls this directly
Calls
1
after
Function · 0.85
Tested by
no test coverage detected