Skip to content
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

Audit Log system doesn't log controller actions by default #2819

Closed
hikalkan opened this issue Feb 13, 2020 · 1 comment · Fixed by #2880
Closed

Audit Log system doesn't log controller actions by default #2819

hikalkan opened this issue Feb 13, 2020 · 1 comment · Fixed by #2880

Comments

@hikalkan
Copy link
Member

If a request only consists of a controller action call and not calls an app service, then audit log system doesn't log it.
You can add [Audited] to the controller to make it logged, but this should not be needed when I check the documentation.

@hikalkan
Copy link
Member Author

Please also add tests & manually test it too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants