-
Notifications
You must be signed in to change notification settings - Fork 394
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
Option dontKeepLogOf being ignored? #20
Comments
Hello my friend, thank you for your contribution. It was not your fault, but already corrected and took advantage to make some improvements. The current version is |
Ah, that did work, sort of. I upgraded from |
When removing the User, the skipped fields should not appear, this is what is happening? |
Yes that is correct. It appears when I remove the user. The original issue of it appearing when the user is added has been fixed.. |
@swimlappy you can test the version |
It is working now, thanks for the quick fix! |
I thank you for your help. |
Hello,
I implemented this package in a project of mine. Very nice, easy to setup and worked right away. Good stuff!
I noticed that it was logging the
password
field when I was creating a user, so I added that field to thedontKeepLogOf
config option. I still see that field showing up in the logs. I tried this option on other models and the same behavior is there, it still writes to the log any field I ask it to ignore. Here is myUser
model for reference, what might I be missing?Do you have any suggestions as to what I might be doing incorrectly? I am running
Laravel Framework version 5.1.26 (LTS)
and in my composer.json, I've required"owen-it/laravel-auditing": "^2.1"
.Thanks!
The text was updated successfully, but these errors were encountered: