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

fix(docker-jans-fido2): duplicate logs for fido2 prefix #5973

Closed
iromli opened this issue Sep 6, 2023 · 0 comments · Fixed by #5974
Closed

fix(docker-jans-fido2): duplicate logs for fido2 prefix #5973

iromli opened this issue Sep 6, 2023 · 0 comments · Fixed by #5974
Assignees
Labels
comp-docker-jans-fido2 kind-bug Issue or PR is a bug in existing functionality

Comments

@iromli
Copy link
Contributor

iromli commented Sep 6, 2023

Current docker-jans-fido2 emits duplicate logs, for example:

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.

@iromli iromli self-assigned this Sep 6, 2023
@mo-auto mo-auto added comp-docker-jans-fido2 kind-bug Issue or PR is a bug in existing functionality labels Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-docker-jans-fido2 kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants