MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / configureLogger

Function configureLogger

lib/cli/index.js:40–46  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

38}
39
40function configureLogger(env) {
41 let depth = Number(env['DEBUG_DEPTH']);
42 if (depth) {
43 let logConfig = require('heimdalljs').configFor('logging');
44 logConfig.depth = depth;
45 }
46}
47
48// Options: Array cliArgs, Stream inputStream, Stream outputStream, EventEmitter process
49module.exports = async function (options) {

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…