Skip to content

Commit 1778ed6

Browse files
committed
Update README.md
1 parent a80594a commit 1778ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ http://www.stackify.com/sign-up/
1616

1717
Install the latest version with `composer require stackify/logger`
1818

19-
There are three different transport options that can be configured to send data to Stackify. Below will show how to implement the different transport options:
19+
There are three different transport options that can be configured to send data to Stackify. Below will show how to implement the different transport options.
2020

2121
### ExecTransport
2222
ExecTransport does not require a Stackify agent to be installed because it sends data directly to Stackify services. It collects log entries in a single batch, calls curl using the ```exec``` function, and sends it to the background immediately [```exec('curl ... &')```]. This will affect the performance of your application minimally, but it requires permissions to call ```exec``` inside the PHP script and it may cause silent data loss in the event of any network issues. This transport method does not work on Windows. To configure ExecTransport you need to pass the environment name and API key (license key):

0 commit comments

Comments
 (0)