Hi all,
when I'm running the Java high REST client I see all these logs:
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " ][\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " }[\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " ][\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " }[\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " ][\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " }[\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " }[\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << " ][\n]"
18:28:13.991 [I/O dispatcher 17] DEBUG org.apache.http.wire - http-outgoing-2 << "}}"
and I configured my log4j2.yml file like this
- name: org.apache.http.wire
level: info
But it does not work.
I'm obviously missing something, what is it please?
Best,
jh