mirror of
https://github.com/google/nomulus.git
synced 2025-06-04 11:37:25 +02:00
Migrate to internal FormattingLogger in preparation of migration to Flogger
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197744904
This commit is contained in:
parent
86dd6bd59e
commit
fc60890136
188 changed files with 217 additions and 301 deletions
|
@ -21,6 +21,7 @@ import static google.registry.util.PreconditionsUtils.checkArgumentPresent;
|
|||
|
||||
import com.google.appengine.api.users.User;
|
||||
import com.google.common.base.Strings;
|
||||
import com.google.common.logging.FormattingLogger;
|
||||
import com.googlecode.objectify.Key;
|
||||
import google.registry.config.RegistryConfig.Config;
|
||||
import google.registry.model.registrar.Registrar;
|
||||
|
@ -28,7 +29,6 @@ import google.registry.model.registrar.RegistrarContact;
|
|||
import google.registry.request.HttpException.ForbiddenException;
|
||||
import google.registry.request.auth.AuthResult;
|
||||
import google.registry.request.auth.UserAuthInfo;
|
||||
import google.registry.util.FormattingLogger;
|
||||
import java.util.Optional;
|
||||
import javax.annotation.CheckReturnValue;
|
||||
import javax.annotation.concurrent.Immutable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue