Questions
sw030453 opened this issue · 2 comments
A couple of questions:
-
How can I put the log in var/log/dev.log in a different place (e.g.,
/var/log/httpd
)? Can I send these messages to syslog? -
How can I change the logging level for doctrine and security? They seem to be set to DEBUG...
Thanks in advance.
Hi,
How can I put the log in var/log/dev.log in a different place (e.g., /var/log/httpd)? Can I send these messages to syslog?
The documentation of Monolog is here, it's quite comprehensive and allows you to write logs elsewhere
How can I change the logging level for doctrine and security? They seem to be set to DEBUG...
You seem to be running in dev mode. In production mode, we use a "fingers_crossed" type
Closing as no follow-up. Please reopen if you see an issue in Davis 🙏🏼