google-nomulus/java/google/registry/rde
mcilwain 81dc2bbbc3 Rationalize logging statements across codebase
This fixes up the following problems:
1. Using string concatenation instead of the formatting variant methods.
2. Logging or swallowing exception messages without logging the exception
   itself (this swallows the stack trace).
3. Unnecessary logging on re-thrown exceptions.
4. Unnecessary use of formatting variant methods when not necessary.
5. Complicated logging statements involving significant processing not being
   wrapped inside of a logging level check.
6. Redundant logging both of an exception itself and its message (this is
   unnecessary duplication).
7. Use of the base Logger class instead of our FormattingLogger class.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182419837
2018-01-19 14:56:45 -05:00
..
imports Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
BrdaCopyAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
ContactResourceToXjcConverter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DepositFragment.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
DomainResourceToXjcConverter.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
EscrowTaskRunner.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
Ghostryde.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
HostResourceToXjcConverter.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
JSchModule.java Remove JSch threading hack 2018-01-19 14:48:15 -05:00
JSchSftpChannel.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
JSchSshSession.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PendingDeposit.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
PendingDepositChecker.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
RdeAdapter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeCounter.java Use Java 8 streams in RdeCounter 2017-12-01 22:14:06 -05:00
RdeMarshaller.java Add the ability to generate RDE deposits in lenient mode 2017-05-17 12:22:49 -04:00
RdeModule.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
RdeReportAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
RdeReporter.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RdeResourceType.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RdeStagingAction.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
RdeStagingMapper.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
RdeStagingReducer.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
RdeUploadAction.java Add Runnable overrides to ease use of Java 8 language features 2017-10-24 16:53:47 -04:00
RdeUploadUrl.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
RdeUtil.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RegistrarToXjcConverter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydePgpCompressionOutputStream.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydePgpEncryptionOutputStream.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydePgpFileOutputStream.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydePgpSigningOutputStream.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydeTarOutputStream.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00