google-nomulus/java/google/registry/proxy/handler
jianglai 6810e959f9 Refine logs in the proxy
[1] All logs should contain a reference to the channel so that it is easy to search for logs about a specific channel.

[2] EPP ssl handshake failure should be logged at warning. It is mostly the client that failed to complete the handshake, for example by sending bad cert, or not sending cert, or not using the correct SSL version. We should not lot it at error and spam the log.

[3] When the EPP response is not 200, we should not log at error because it means that the GAE app responded successfully. For example when datastore contention occurs, app engine responds with a non-200 status and logs at warning. The proxy should not at a higher level than app engine itself.

[4] Timeout is a non-fatal error that should be logged at warning.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207562299
2018-08-10 13:46:48 -04:00
..
BackendMetricsHandler.java Fix proxy metrics instrumentation bug 2018-05-30 12:18:54 -04:00
EppServiceHandler.java Refine logs in the proxy 2018-08-10 13:46:48 -04:00
HealthCheckHandler.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayServiceHandler.java Refine logs in the proxy 2018-08-10 13:46:48 -04:00
ProxyProtocolHandler.java Refine logs in the proxy 2018-08-10 13:46:48 -04:00
QuotaHandler.java Remove no quota leased warning from quota handler inactive callback 2018-05-17 21:52:35 -04:00
RelayHandler.java Automatic reconnect to GAE when the connection is dropped 2018-08-10 13:46:48 -04:00
SslClientInitializer.java Migrating to fluent logging (green) 2018-05-30 12:18:54 -04:00
SslServerInitializer.java Cache server certificates for up to 30 min 2018-08-10 13:46:48 -04:00
WebWhoisRedirectHandler.java Reduce web WHOIS error log level to warning 2018-08-10 13:46:48 -04:00
WhoisServiceHandler.java Automatic reconnect to GAE when the connection is dropped 2018-08-10 13:46:48 -04:00