-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP81, 7.0.10.12 DXP SP12, 7.0.X, 7.1.3 CE GA4, 7.1.10 DXP FP11, 7.1.10.3 SP3, 7.1.X, Master
-
Component/s: WCM > Publication
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
In case of having any problem in a production enviroment with JournalArticleLocalServiceImpl.checkArticlesByExpirationDate, JournalArticleLocalServiceImpl.checkArticlesByReviewDate or JournalArticleLocalServiceImpl.checkArticlesByDisplayDate, it is not possible to diagnose anything as there is no log traces.
Steps to Reproduce
- Go to control panel => Log levels and configure com.liferay.journal.service.impl.JournalArticleLocalServiceImpl log level to DEBUG
- Wait 15 minutes until checkArticles* methods are executed. (You can also modify time interval to a shorter one in System Settings)
- Check log files:
- Expected behavior: some DEBUG traces related to checkArticles methods are printed.
- Wrong behavior: no DEBUG traces related to checkArticles methods are printed.
- Expected behavior: some DEBUG traces related to checkArticles methods are printed.