Skip to content

Commit 94dbd25

Browse files
committed
set default log level to debug in configuration
1 parent c846cc0 commit 94dbd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function getConfigTreeBuilder(): TreeBuilder
6969
->append($this->decorateTransactionConfig())
7070
->scalarNode('min_log_level')
7171
->info('Minimum severity the driver will log. Follows Psr LogLevel. Default is "error".')
72-
->defaultValue(LogLevel::ERROR)
72+
->defaultValue(LogLevel::DEBUG)
7373
->end()
7474
->scalarNode('default_driver')
7575
->info('The default driver to use. Default is the first configured driver.')

0 commit comments

Comments
 (0)