Skip to content

Commit 0fa31e7

Browse files
committed
Update README.md
1 parent 42643a8 commit 0fa31e7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ AgentTransport does not require additional configuration in your PHP code becaus
6060
use Stackify\Log\Standalone\Logger;
6161

6262
$logger = new Logger('appname.com');
63-
$logger->warning('something happened');
64-
try {
65-
$db->connect();
66-
catch (DbException $ex) {
67-
$logger->error('DB is not available', ['ex' => $ex]);
68-
}
6963
```
7064
####Configuration:
7165
- You will need to enable the TCP listener by checking a checkbox in "Server Settings" in Stackify for your server on the Servers Page. You can also change the default behavior for all your servers by going to the [Log Collectors Page](http://docs.stackify.com/m/7787/l/302705-log-collectors).

0 commit comments

Comments
 (0)