Skip to content

Commit c12d9b8

Browse files
committed
🔇 logging level
1 parent e54bd6f commit c12d9b8

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/main/java/org/b3log/solo/processor/util/Filler.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*
6161
* @author <a href="http://88250.b3log.org">Liang Ding</a>
6262
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
63-
* @version 1.6.14.14, Aug 2, 2017
63+
* @version 1.6.14.15, Aug 16, 2017
6464
* @since 0.3.1
6565
*/
6666
@Service
@@ -192,8 +192,7 @@ public class Filler {
192192
* @param preference the specified preference
193193
* @throws ServiceException service exception
194194
*/
195-
public void fillIndexArticles(final HttpServletRequest request,
196-
final Map<String, Object> dataModel, final int currentPageNum, final JSONObject preference)
195+
public void fillIndexArticles(final HttpServletRequest request, final Map<String, Object> dataModel, final int currentPageNum, final JSONObject preference)
197196
throws ServiceException {
198197
Stopwatchs.start("Fill Index Articles");
199198

@@ -418,7 +417,7 @@ public void fillArchiveDates(final Map<String, Object> dataModel, final JSONObje
418417
if (!dateString.equals(lastDateString)) {
419418
archiveDates2.add(archiveDate);
420419
} else {
421-
LOGGER.log(Level.WARN, "Found a duplicated archive date [{0}]", dateString);
420+
LOGGER.log(Level.DEBUG, "Found a duplicated archive date [{0}]", dateString);
422421
}
423422
}
424423
}
@@ -902,8 +901,7 @@ private void fillStatistic(final Map<String, Object> dataModel) throws ServiceEx
902901
}
903902

904903
/**
905-
* Sets some extra properties into the specified article with the specified author and preference, performs content
906-
* and abstract editor processing.
904+
* Sets some extra properties into the specified article with the specified author and preference, performs content and abstract editor processing.
907905
* <p>
908906
* Article ext properties:
909907
* <pre>
@@ -964,8 +962,7 @@ private void setArticleExProperties(final HttpServletRequest request,
964962
}
965963

966964
/**
967-
* Sets some extra properties into the specified article with the specified preference, performs content and
968-
* abstract editor processing.
965+
* Sets some extra properties into the specified article with the specified preference, performs content and abstract editor processing.
969966
* <p>
970967
* Article ext properties:
971968
* <pre>

0 commit comments

Comments
 (0)