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: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,13 +113,6 @@ It can be useful to specify ```curl``` destination path for ExecTransport. This
113
113
$transport = new ExecTransport($apiKey, ['curlPath' => '/usr/bin/curl']);
114
114
```
115
115
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
-
123
116
## Troubleshooting
124
117
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).
125
118
Note that ExecTransport does not produce any errors at all, but you can switch it to debug mode:
0 commit comments