Skip to content

Commit f3bda8f

Browse files
committed
ICL: Readme fixes.
1 parent 3a752ac commit f3bda8f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,9 @@ array:5 [
194194
195195
## Auto saving to database
196196
197-
Another cool feature available for you is notifications database storing.
197+
Another cool feature available for you is notifications database storing. Disabled by default, and available only if you are using `mysql` database connection.
198198
199-
It is disabled by default, and available only if you are using `mysql` database connection.
200-
201-
To enable storing notifications to database - just override `enableNotificationDbStoring` method.
202-
By default, you'll get `iclogger_notifications` table with all required notifications information.
203-
And this would be fine for most cases.
199+
To enable it just override `enableNotificationDbStoring` method. By default, you'll get `iclogger_notifications` table with all required notifications information, which if fine for the most cases.
204200

205201
However, you can customize database table name and even storing logic if needed:
206202

0 commit comments

Comments
 (0)