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
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+28-40Lines changed: 28 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,17 @@
1
1
# vmorozov/laravel_fluentd_logger
2
2
3
-
[](https://packagist.org/packages/:vendor_slug/:package_slug)
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
3
+
[](https://packagist.org/packages/vmorozov/laravel_fluentd_logger)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
24
-
25
-
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
10
+
This package provides ability to use fluentd as log driver. It also add additional logging capabilities such as:
11
+
- Request log
12
+
- DB Query log
13
+
- Queue Jobs log
14
+
- Log tracing
26
15
27
16
## Installation
28
17
@@ -38,18 +27,29 @@ You can publish the config file with:
0 commit comments