tchapi / davis

🗓 A simple, fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 5, initially inspired by Baïkal.

Home Page:https://github.com/users/tchapi/projects/1/views/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions

sw030453 opened this issue · 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 🙏🏼