Commit c995db1aa8feb616e72b8c19471d18dba20af744
1 parent
a5c3d3a2
Exists in
master
Ajuste no log
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/extension/jpa/src/main/java/br/gov/frameworkdemoiselle/internal/producer/AbstractEntityManagerStore.java
| ... | ... | @@ -82,7 +82,7 @@ public abstract class AbstractEntityManagerStore implements EntityManagerStore { |
| 82 | 82 | entityManager.setFlushMode(FlushModeType.AUTO); |
| 83 | 83 | |
| 84 | 84 | cache.put(persistenceUnit, entityManager); |
| 85 | - this.getLogger().info(getBundle().getString("entity-manager-was-created", persistenceUnit)); | |
| 85 | + this.getLogger().fine(getBundle().getString("entity-manager-was-created", persistenceUnit)); | |
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | return entityManager; | ... | ... |