We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af364a4 commit 96b12d6Copy full SHA for 96b12d6
x-pack/plugin/core/src/main/config/log4j2.properties
@@ -104,6 +104,9 @@ appender.audit_rolling.policies.size.size = 1GB
104
appender.audit_rolling.strategy.type = DefaultRolloverStrategy
105
appender.audit_rolling.strategy.fileIndex = nomax
106
107
+logger.apache_http_client.name = org.apache.http
108
+logger.apache_http_client.level = debug
109
+
110
logger.xpack_security_audit_logfile.name = org.elasticsearch.xpack.security.audit.logfile.LoggingAuditTrail
111
logger.xpack_security_audit_logfile.level = info
112
logger.xpack_security_audit_logfile.appenderRef.audit_rolling.ref = audit_rolling
0 commit comments