Include time and date for errors.

This commit is contained in:
James Cole
2016-02-24 20:42:05 +01:00
parent dd1b4e21f5
commit 2cc5fdcf62
4 changed files with 17 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ return [
'beanstalkd' => [
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'queue' => 'firefly',
'ttr' => 60,
],