Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

[CHR-2610] trial and error logging conf #52

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

martinmart92
Copy link
Contributor

No description provided.

@martinmart92 martinmart92 merged commit 069eaf1 into 7.x Jul 24, 2020
@martinmart92 martinmart92 deleted the CHR-2610-hardcode-attempt2 branch July 24, 2020 14:34
@martinmart92
Copy link
Contributor Author

martinmart92 commented Jul 27, 2020

this was an attempt to remove logs such as:

14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.wire - http-outgoing-1 << "Content-Type: application/json; charset=UTF-8[\r][\n]"
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.wire - http-outgoing-1 << "Content-Length: 32[\r][\n]"
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.wire - http-outgoing-1 << "Connection: keep-alive[\r][\n]"
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.wire - http-outgoing-1 << "Access-Control-Allow-Origin: *[\r][\n]"
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.wire - http-outgoing-1 << "[\r][\n]"
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.wire - http-outgoing-1 << "{"succeeded":true,"num_freed":6}"
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.headers - http-outgoing-1 << Date: Fri, 24 Jul 2020 14:21:14 GMT
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.headers - http-outgoing-1 << Content-Type: application/json; charset=UTF-8
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.headers - http-outgoing-1 << Content-Length: 32
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.headers - http-outgoing-1 << Connection: keep-alive
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.headers - http-outgoing-1 << Access-Control-Allow-Origin: *
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.InternalIODispatch - http-outgoing-1 [ACTIVE(32)] Response received
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.MainClientExec - [exchange: 2331] Response received HTTP/1.1 200 OK
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.InternalIODispatch - http-outgoing-1 [ACTIVE(32)] Input ready
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.MainClientExec - [exchange: 2331] Consume content
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.InternalHttpAsyncClient - [exchange: 2331] Connection can be kept alive indefinitely
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.MainClientExec - [exchange: 2331] Response processed
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.client.InternalHttpAsyncClient - [exchange: 2331] releasing connection
14:21:14.642 [I/O dispatcher 2] DEBUG org.apache.http.impl.nio.conn.ManagedNHttpClientConnectionImpl - http-outgoing-1 ```

(but it didn't work)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants