MCPcopy Create free account
hub / github.com/api3dao/airnode / debug

Function debug

packages/airnode-deployer/src/utils/logger.ts:143–149  ·  view source on GitHub ↗
(text: string, options?: LoggerOptions)

Source from the content-addressed store, hash-verified

141}
142
143export function debug(text: string, options?: LoggerOptions) {
144 if (debugModeFlag) {
145 info(text);
146 } else {
147 writeLog(text, options);
148 }
149}
150
151export function debugSpinner(text: string, options?: LoggerOptions) {
152 writeLog(text, options);

Callers

nothing calls this directly

Calls 2

infoFunction · 0.85
writeLogFunction · 0.85

Tested by

no test coverage detected