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
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,13 +194,9 @@ array:5 [
194
194
195
195
## Auto saving to database
196
196
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.
198
198
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.
204
200
205
201
However, you can customize database table name and even storing logic if needed:
0 commit comments