MCPcopy
hub / github.com/serverless/serverless / debug

Method debug

packages/util/src/logger/index.js:696–704  ·  view source on GitHub ↗
(...messageTokens)

Source from the content-addressed store, hash-verified

694 }
695
696 debug(...messageTokens) {
697 // Use the existing prefix if set, otherwise default to the namespacePrefix
698 writeStdErr({
699 level: 'debug',
700 type: 'debug',
701 messageTokens: [...messageTokens],
702 prefix: `${this.namespace || 'unknown'}:`,
703 })
704 }
705
706 // New Methods - Title should probably be a style
707 aside(...messageTokens) {

Callers 15

logDebugMethod · 0.95
initMethod · 0.80
loadAllPluginsMethod · 0.80
requireMethod · 0.80
loadCommandMethod · 0.80
runHooksMethod · 0.80
invokeMethod · 0.80
awsRequestFunction · 0.80
handleV3ErrorFunction · 0.80
awsRequestFunction · 0.80
tryBindPathFunction · 0.80

Calls 1

writeStdErrFunction · 0.85

Tested by 3

setupIamRolesFunction · 0.64
setupAlbFunction · 0.64