Skip to content

Commit 4b20c64

Browse files
authored
Update consumer
1 parent d9d3267 commit 4b20c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/consumer

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ $bootstrap = \ServiceBus\Application\Bootstrap::withDotEnv(__DIR__ . '/../.env')
2121
->useCustomCacheDirectory(__DIR__ . '/../cache')
2222
->addCompilerPasses(new StdOutLoggerCompilerPass())
2323
->addExtensions(new \AppExtension())
24-
->importParameters(['app.log_level' => (string) \getenv('LOG_LEVEL')])
2524
->enableAutoImportMessageHandlers([__DIR__ . '/../src'])
2625
->applyModules(
2726
new PhpInnacleTransportModule(

0 commit comments

Comments
 (0)