Only log file YYYY_MM_DD.jetty.log is generated when fido2 client lib is added #1603
Closed
Description
Describe the bug
When we add fido2 client lib to jans-auth as described in GluuFederation/flex#263 , only log file file YYYY_MM_DD.jetty.log is generated.
To Reproduce
- Install jans server
- Download https://maven.jans.io/maven/io/jans/jans-fido2-client/1.0.1-SNAPSHOT/jans-fido2-client-1.0.1-SNAPSHOT.jar to
/opt/jans/jetty/jans-auth/custom/libs/jans-fido2-client.jar
- Add path
/opt/jans/jetty/jans-auth/custom/libs/jans-fido2-client.jar
to extraClasspath in/opt/jans/jetty/jans-auth/webapps/jans-auth.xml
- Stop jans-auth and remove log files
- Start jans-auth
Expected behavior
All log files should be created, but only YYYY_MM_DD.jetty.log is created
Activity