Skip to content

Commit 4e4bed6

Browse files
Temporary remove port configuration from documentation
1 parent ccc5a8d commit 4e4bed6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ It can be useful to specify ```curl``` destination path for ExecTransport. This
113113
$transport = new ExecTransport($apiKey, ['curlPath' => '/usr/bin/curl']);
114114
```
115115

116-
#### Agent port
117-
By default AgentTransport uses port number ```10515```. To change it pass new port number:
118-
```php
119-
$transport = new AgentTransport(['port' => 10516]);
120-
$handler = new StackifyHandler('application_name', 'environment_name', $transport);
121-
```
122-
123116
## Troubleshooting
124117
If transport does not work, try looking into ```vendor\stackify\logger\src\Stackify\debug\log.log``` file (if it is available for writing). Errors are also written to global PHP [error_log](http://php.net/manual/en/errorfunc.configuration.php#ini.error-log).
125118
Note that ExecTransport does not produce any errors at all, but you can switch it to debug mode:

0 commit comments

Comments
 (0)