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

Fixed the bug that the controller was not logged. #2880

Merged
merged 3 commits into from Mar 2, 2020
Merged

Conversation

maliming
Copy link
Member

@maliming maliming commented Feb 21, 2020

Resolve #2819

I filtered non-controller requests in the AbpAuditingMiddleware.
https://github.com/abpframework/abp/pull/2880/files#diff-d157839becffb19531fffdc9b4346149R67-R73

Does the framework need to audit requests for razor pages?
If yes, I need to remove the filtering code.

@maliming maliming added this to the 2.2 milestone Feb 21, 2020
@hikalkan
Copy link
Member

hikalkan commented Mar 2, 2020

Does the framework need to audit requests for razor pages?

Yes, we want to write audit log for all kind of requests.

@maliming
Copy link
Member Author

maliming commented Mar 2, 2020

Filtering code has been removed.

@hikalkan hikalkan merged commit decf4c7 into dev Mar 2, 2020
@maliming maliming deleted the maliming/auditlogs branch March 3, 2020 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audit Log system doesn't log controller actions by default
2 participants