-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 3.x with changes in 2.x (#18)
Co-authored-by: Šimon Let <[email protected]> Co-authored-by: Vojtěch Zikmund <[email protected]> Co-authored-by: vojtechzikmund <[email protected]>
- Loading branch information
1 parent
d8bb2d9
commit b953318
Showing
7 changed files
with
69 additions
and
1,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
/vendor/ | ||
/example-project/vendor/ | ||
/composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,11 @@ Experience SQL-compatible structured log management based on ClickHouse. [Learn | |
## Need help? | ||
Please let us know at [[email protected]](mailto:[email protected]). We're happy to help! | ||
|
||
**Using older Monolog?** Install Logtail for Monolog 2: | ||
|
||
```bash | ||
composer require logtail/monolog-logtail:^2.0.0 | ||
``` | ||
--- | ||
|
||
[ISC license](https://github.com/logtail/monolog-logtail/blob/master/LICENSE.md), [example project](https://github.com/logtail/monolog-logtail/tree/master/example-project) |
Oops, something went wrong.