mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
16
data/symfony/config/logging.yml
Executable file
16
data/symfony/config/logging.yml
Executable file
@ -0,0 +1,16 @@
|
||||
default:
|
||||
enabled: on
|
||||
level: debug
|
||||
rotate: off
|
||||
period: 7
|
||||
history: 10
|
||||
purge: on
|
||||
loggers:
|
||||
sf_web_debug:
|
||||
class: sfWebDebugLogger
|
||||
param:
|
||||
condition: %SF_WEB_DEBUG%
|
||||
sf_file_debug:
|
||||
class: sfFileLogger
|
||||
param:
|
||||
file: %SF_LOG_DIR%/%SF_APP%_%SF_ENVIRONMENT%.log
|
Reference in New Issue
Block a user