We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current docker-jans-fido2 emits duplicate logs, for example:
docker-jans-fido2
fido2 - 06-09 19:22:08.470 INFO [main] [io.jans.fido2.service.mds.TocService] (TocService.java:387) - Added TOC entry: 833b721a-ff5f-4d00-bb2e-bdda3ec01e29 fido2 - 06-09 19:22:08.470 INFO [main] [io.jans.fido2.service.mds.TocService] (TocService.java:387) - Added TOC entry: 833b721a-ff5f-4d00-bb2e-bdda3ec01e29 fido2 - 06-09 19:22:08.470 INFO [main] [io.jans.fido2.service.mds.TocService] (TocService.java:132) - Get TOC 104 entries with nextUpdate date 2023-10-01 fido2 - 06-09 19:22:08.470 INFO [main] [io.jans.fido2.service.mds.TocService] (TocService.java:132) - Get TOC 104 entries with nextUpdate date 2023-10-01
The custom log4j2.xml should be modified to disallow duplication.
log4j2.xml
The text was updated successfully, but these errors were encountered:
iromli
Successfully merging a pull request may close this issue.
Current
docker-jans-fido2
emits duplicate logs, for example:The custom
log4j2.xml
should be modified to disallow duplication.The text was updated successfully, but these errors were encountered: