-
Enhancement
-
Resolution: Done
-
Minor
-
7.1.3.Final (EAP)
-
None
Minor improvements related to logging of failures of deployment operations:
1) Log at ERROR, not INFO.
2) The deployment scanner independently logs failures of initial deploy at ERROR. But it doesn't log other failures (e.g. redeploy, undeploy.) Remove this logging as it will be redundant once the main logging is at ERROR.
3) Use the multi-line formatted version of ModelNode.toString() instead of leaving everything on one line.