V-Beta-1.0.0

Vision is out of alpha !
This commit is contained in:
Xbird
2022-02-02 17:46:29 +01:00
parent 797bf35b47
commit 9f22f5b1ee
2297 changed files with 278438 additions and 76 deletions

View File

@@ -0,0 +1,20 @@
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.debug.log"
level: debug
channels: ["!event"]
app:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.app.log"
level: warning
channels: ["!event"]
logfile:
type: rotating_file
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: warning
console:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine", "!console"]