-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model's all logs are deleted after v13.6.5 when Threshold is more 0 #950
Comments
are you able to try 13.6.6 as well? are you able to share your config file? |
checked 13.6.6 same problem additionally i see: log created for model in 13.6.5 is deleted for some reason |
As per #947 this behaviour happens when the |
found issue in delete method is ignoring offset method. this is reason why logs are removing("not creating") |
If laravel-auditing/src/Drivers/Database.php Line 25 in 22682dd
unless you have the auditThreshold property on that model, on that case, this would be a duplicate of #947laravel-auditing/src/Auditable.php Lines 616 to 619 in 22682dd
|
checked, forgot that in model I set limit for rows 1000000 |
Hi, test new changes on #948 |
PHP Version
8.1
Laravel Version
9.52.16
Package Version
13.6.7
Description
Default installation used.
On version 13.6.5 was working good, but after updating project to 13.6.7 logs stopped. Downgrade helped
Steps To Reproduce
Basic install.
Use 13.6.5 - all is good
Use 13.6.7 - no logs
Possible Solutions
No response
The text was updated successfully, but these errors were encountered: