We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d3267 commit 4b20c64Copy full SHA for 4b20c64
bin/consumer
@@ -21,7 +21,6 @@ $bootstrap = \ServiceBus\Application\Bootstrap::withDotEnv(__DIR__ . '/../.env')
21
->useCustomCacheDirectory(__DIR__ . '/../cache')
22
->addCompilerPasses(new StdOutLoggerCompilerPass())
23
->addExtensions(new \AppExtension())
24
- ->importParameters(['app.log_level' => (string) \getenv('LOG_LEVEL')])
25
->enableAutoImportMessageHandlers([__DIR__ . '/../src'])
26
->applyModules(
27
new PhpInnacleTransportModule(
0 commit comments