mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
sanatise trace logging of async jobs (#8892)
This commit is contained in:
parent
a358c9a410
commit
1efce77ead
@ -644,7 +644,7 @@ public class AsyncJobManagerImpl extends ManagerBase implements AsyncJobManager,
|
|||||||
} else {
|
} else {
|
||||||
// TODO, job wakeup is not in use yet
|
// TODO, job wakeup is not in use yet
|
||||||
if (logger.isTraceEnabled())
|
if (logger.isTraceEnabled())
|
||||||
logger.trace("Unable to find a wakeup dispatcher from the joined job: " + job);
|
logger.trace("Unable to find a wakeup dispatcher from the joined job: {}", () -> StringUtils.cleanString(job.toString()));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
AsyncJobDispatcher jobDispatcher = getDispatcher(job.getDispatcher());
|
AsyncJobDispatcher jobDispatcher = getDispatcher(job.getDispatcher());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user