Skip to content

Commit c32f470

Browse files
committed
add monolog.yaml config file + composer.phar (php8)
1 parent b046943 commit c32f470

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

composer.phar

2.57 MB
Binary file not shown.

config/packages/dev/monolog.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
monolog:
2+
handlers:
3+
main:
4+
type: stream
5+
path: "%kernel.logs_dir%/%kernel.environment%.log"
6+
level: debug
7+
channels: ["!event"]
8+
# uncomment to get logging in your browser
9+
# you may have to allow bigger header sizes in your Web server configuration
10+
#firephp:
11+
# type: firephp
12+
# level: info
13+
#chromephp:
14+
# type: chromephp
15+
# level: info
16+
console:
17+
type: console
18+
process_psr_3_messages: false
19+
channels: ["!event", "!doctrine", "!console"]

public/favicon.ico

Whitespace-only changes.

0 commit comments

Comments
 (0)