Skip to content

Commit fd643e2

Browse files
author
Dmitry Tarasov
committed
Make XML example single-line in markdown to fix layout
1 parent 6cb2188 commit fd643e2

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

src/Stackify/Log/Log4php/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,23 @@ Handler supports three ways to deliver data to Stackify:
8888
#### Proxy
8989
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]>
9090

91-
```
92-
<param name="proxy" value="https://55.88.22.11:3128" />
93-
```
91+
```<param name="proxy" value="https://55.88.22.11:3128" />```
9492

9593
#### Curl path
9694
It can be useful to specify ```curl``` destination path for ExecTransport. This option is set to 'curl' by default.
9795

98-
```
99-
<param name="curlPath" value="/usr/bin/curl" />
100-
```
96+
```<param name="curlPath" value="/usr/bin/curl" />```
10197

10298
#### Agent port
10399
By default AgentTransport uses port number ```10515```. To change it pass new port number:
104100

105-
```
106-
<param name="port" value="10516" />
107-
```
101+
```<param name="port" value="10516" />```
108102

109103
## Troubleshooting
110104
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).
111105
Note that ExecTransport does not produce any errors at all, but you can switch it to debug mode:
112106

113-
```
114-
<param name="debug" value="1" />
115-
```
107+
```<param name="debug" value="1" />```
116108

117109
## License
118110

0 commit comments

Comments
 (0)