Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 8c680c7

Browse files
committed
Use localhost for the server log handler.
1 parent beda16e commit 8c680c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ monolog:
2727
server_log:
2828
type: server_log
2929
process_psr_3_messages: false
30-
host: 0:9911
30+
host: localhost:9911
3131
# uncomment to get logging in your browser
3232
# you may have to allow bigger header sizes in your Web server configuration
3333
#firephp:

0 commit comments

Comments
 (0)