-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.0 CE GA1, 7.1.10 DXP GA1, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP58, 7.0.0 DXP SP9, 7.0.X, 7.1.10 DXP FP1, 7.1.1 CE GA2, 7.1.10.1 SP1, 7.1.X, Master
-
Component/s: Core Infrastructure > Upgrade Framework
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:1
-
Git Pull Request:
Steps to reproduce:
- Startup a DXP 7.0
- Shutdown it
- Upgrade to master
Results:
You get log traces with missing spaces between the process and "ms" like this:
2018-08-11 07:04:29.701 INFO [main][UpgradeProcess:107] Completed upgrade process com.liferay.portal.upgrade.v7_1_x.UpgradeCounter in 264ms
Expected results:
You get an space between the process name and "ms":
2018-08-11 07:04:29.701 INFO [main][UpgradeProcess:107] Completed upgrade process com.liferay.portal.upgrade.v7_1_x.UpgradeCounter in 264 ms