Ignore:
Timestamp:
02/11/13 08:41:33 (11 years ago)
Author:
twagoo
Message:

Improved logging & logging config for REST application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/impl/database/ComponentRegistryFactoryDbImpl.java

    r2490 r2561  
    103103                    result = getNewComponentRegistryForUser(user.getId());
    104104                } else {
    105                     LOG.info(adminPrincipal.getName() + " not found in list of " + configuration.getAdminUsersArray().length);
     105                    LOG.info("{} not found in list of {}", adminPrincipal.getName(), configuration.getAdminUsersArray().length);
    106106                    throw new IllegalArgumentException("User " + adminPrincipal.getName() + " is not admin user cannot load userspace.");
    107107                }
Note: See TracChangeset for help on using the changeset viewer.