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
The Connector's actual logging depends on the settings in log4j2.xml
DataspaceConnector/src/main/resources/log4j2.xml
Line 28 in b361395
DataspaceConnector/src/main/resources/application.properties
Line 46 in b361395
DataspaceConnector/src/main/java/io/dataspaceconnector/common/ids/mapping/FromIdsObjectMapper.java
Line 582 in b361395
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Connector's actual logging depends on the settings in log4j2.xml
DataspaceConnector/src/main/resources/log4j2.xml
Line 28 in b361395
respectively the overwritten log level via Spring Boot Management Endpoints
DataspaceConnector/src/main/resources/application.properties
Line 46 in b361395
On Connector startup the connector shall set the ConfigurationModelLogLevel
DataspaceConnector/src/main/java/io/dataspaceconnector/common/ids/mapping/FromIdsObjectMapper.java
Line 582 in b361395
based on the current log level from log4j2. In case the log level is updated via management endpoints, the setting shall be updated.
The text was updated successfully, but these errors were encountered: