You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Stackify/Log/Log4php/README.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,31 +88,23 @@ Handler supports three ways to deliver data to Stackify:
88
88
#### Proxy
89
89
ExecTransport and CurlTransport support data delivery through proxy. Specify proxy using [libcurl format](http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html): <[protocol://][user:password@]proxyhost[:port]>
By default AgentTransport uses port number ```10515```. To change it pass new port number:
104
100
105
-
```
106
-
<paramname="port"value="10516" />
107
-
```
101
+
```<paramname="port"value="10516" />```
108
102
109
103
## Troubleshooting
110
104
If transport does not work, try looking into ```vendor\stackify\logger\src\Stackify\debug\log.log``` file. Errors are also written to global PHP [error_log](http://php.net/manual/en/errorfunc.configuration.php#ini.error-log).
111
105
Note that ExecTransport does not produce any errors at all, but you can switch it to debug mode:
0 commit comments