Skip to content

Commit 81a0594

Browse files
committed
Corrected readme
1 parent 88adf56 commit 81a0594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Laravel Monolog MySQL Handler.
22

3-
MySQL driver for Laravel Monolog.
3+
This package will log errors into MySQL database instead storage/log/laravel.log file.
44

55
### Installation
66

@@ -43,8 +43,10 @@ $app->configureMonologUsing(function($monolog) use($app) {
4343

4444
If you wish to change default table name to write the log into or database connection use following definitions in your .env file
4545

46+
~~~
4647
DB_LOG_TABLE=logs
4748
DB_LOG_CONNECTION=mysql
49+
~~~
4850

4951
## Credits
5052

0 commit comments

Comments
 (0)