Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 59e06833 by Tony Chemit at 2020-12-26T10:35:06+01:00 Low log level - - - - - 1 changed file: - client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/ActivityUIModel.java Changes: ===================================== client/datasource/editor/ll/src/main/java/fr/ird/observe/client/datasource/editor/ll/data/logbook/ActivityUIModel.java ===================================== @@ -100,7 +100,7 @@ public class ActivityUIModel extends GeneratedActivityUIModel { } private void updateActivityObsCandidates() { - log.info(String.format("%s Will update release observed activities...", getPrefix())); + log.debug(String.format("%s Will update release observed activities...", getPrefix())); ActivityDto bean = getStates().getBean(); if (pairingContext == null) { activityObs = Collections.emptyList(); View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/59e068339104880f5d954a7f86... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/59e068339104880f5d954a7f86... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT