Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 15.0.1
-
Fix Version/s: 16.0.0, Meridian-2015.1.1
-
Component/s: Logging
-
Security Level: Default (Default Security Scheme)
-
Labels:
-
Sprint:Horizon 16 Bugfixes
Description
Commit 4611cadff799363107a2faab8ed85758d54962dc juggles the order of some parameters, resulting in confusing log messages like this one:
2015-04-05 08:36:11,466 DEBUG [Poller-Thread-18-of-30] o.o.n.p.p.PollableServiceConfig: Finish polling Up using pkg PollableService [PollableInterface [PollableNode [118]:130.14.74.3]:FTP] result = example1
Which should read:
2015-04-05 08:36:11,466 DEBUG [Poller-Thread-18-of-30] o.o.n.p.p.PollableServiceConfig: Finish polling PollableService [PollableInterface [PollableNode [118]:10.1.4.3]:FTP] using pkg example1 result = Up