Skip to content

Commit

Permalink
Increase the inlining YAML level for config:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz authored and fabpot committed Jan 26, 2016
1 parent 55a79cb commit 37655be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$output->writeln(sprintf('# Current configuration for "%s"', $name));
}

$output->writeln(Yaml::dump(array($extension->getAlias() => $config), 3));
$output->writeln(Yaml::dump(array($extension->getAlias() => $config), 10));
}

private function compileContainer()
Expand Down

0 comments on commit 37655be

Please sign in to comment.