Skip to content

Commit d630c5b

Browse files
author
Dmitry Tarasov
committed
Fix too long lines in the markdown file
1 parent 6bdf952 commit d630c5b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
stackify-api-php
22
================
33

4-
Common libraries for [Stackify Monolog handler](https://github.com/stackify/stackify-log-monolog) and [Stackify log4php appender](https://github.com/stackify/stackify-log-log4php). This package also includes a standalone [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) -compatible logger that can be used without third-party libraries.
4+
Common libraries for [Stackify Monolog handler](https://github.com/stackify/stackify-log-monolog) and [Stackify log4php appender](https://github.com/stackify/stackify-log-log4php).
5+
This package also includes a standalone [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) -compatible logger that can be used without third-party libraries.
56

67
Errors and Logs Overview:
78
http://docs.stackify.com/m/7787/l/189767
@@ -24,7 +25,9 @@ catch (DbException $ex) {
2425
}
2526
```
2627

27-
By default handler requires [Stackify agent](https://stackify.screenstepslive.com/s/3095/m/7787/l/119709-installation-for-linux) to be running. There are other ways to send data to Stackify, read more in [Monolog package documentation](https://github.com/stackify/stackify-log-monolog), all transports ara available for standalone logger as well.
28+
By default handler requires [Stackify agent](https://stackify.screenstepslive.com/s/3095/m/7787/l/119709-installation-for-linux) to be running.
29+
There are other ways to send data, read more in [Monolog package documentation](https://github.com/stackify/stackify-log-monolog),
30+
all transports ara available for standalone logger as well.
2831

2932

3033
## License

0 commit comments

Comments
 (0)