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

Commit 277af8c

Browse files
committed
bug #1079 Use localhost for the server log handler. (ChadSikorra)
This PR was merged into the 3.3 branch. Discussion ---------- Use localhost for the server log handler. See: #1077. Had to create this new PR to target 3.3 specifically. This is to set the server log handler hostname to something that's resolvable under both Linux and Windows. I'm not sure if this should stick to localhost or 127.0.0.1 (which is used elsewhere, such as the defaults in the parameters file). Being set to 0 on Windows causes a DNS timeout in `stream_socket_client` which there doesn't seem to be any control over. Commits ------- 8c680c7 Use localhost for the server log handler.
2 parents beda16e + 8c680c7 commit 277af8c

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)