schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Log timestamps #156

Closed iveretelnyk closed 7 years ago

iveretelnyk commented 8 years ago

It might be already possible but I can find.

When using with supervisor it logs exceptions and other stuff, but there is no ability to know when it happened as it just logs output from child proccess.

Is it possible to have logs with timestamps?

It probably not a bug. Thank you for your help!

schmittjoh commented 7 years ago

Not sure what you would like to see here, you already have the Job entity which contains timestamps and possible exception data?