mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
decrease log level for timeout
This commit is contained in:
@@ -106,7 +106,7 @@ public class DefaultAsyncManager implements AsyncManager, AsyncListener {
|
||||
|
||||
String log = "Async result [" + asyncActionResult + "] of " + asyncContext;
|
||||
if (asyncCompleted) {
|
||||
LOG.error(log + " - could not complete result executing due to timeout or network error");
|
||||
LOG.debug(log + " - could not complete result executing due to timeout or network error");
|
||||
} else {
|
||||
LOG.debug(log + " - dispatching request to execute result in container");
|
||||
asyncContext.dispatch();
|
||||
|
||||
Reference in New Issue
Block a user