MCPcopy Create free account
hub / github.com/codebymitch/TitanBot / startupLog

Function startupLog

src/utils/logger.js:232–247  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

230}
231
232function startupLog(message) {
233 if (shouldPromoteUserFacingLogs) {
234 logger.log({
235 level: 'warn',
236 message,
237 displayLevel: 'startup',
238 });
239 return;
240 }
241
242 logger.log({
243 level: 'info',
244 message,
245 displayLevel: 'startup',
246 });
247}
248
249function shutdownLog(message) {
250 if (shouldPromoteUserFacingLogs) {

Callers 4

startMethod · 0.90
startServerMethod · 0.90
loadHandlersMethod · 0.90
executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected