-
Feature Request
-
Resolution: Done
-
Major
-
1.3.0.Final
-
None
(18:17:45) rhusar: pferraro: i would like to refactor this: when modcluster fails certain calls on the proxy, the whole stack trace is logged
(18:17:59) rhusar: pferraro: and i think its really useless to log Connection failed stack trace
(18:18:07) rhusar: pferraro: some projects solve this by
(18:18:08) rhusar: pferraro: ContextLogger.LOG.unableToClearBeanStore(getBeanStore());
(18:18:08) rhusar: ContextLogger.LOG.catchingDebug(e);
(18:18:18) rhusar: pferraro: would you be in favor of such change?
(18:19:27) rhusar: pferraro: so you can still access the stack traces if you switch to debug. otherwise things like restarting the proxy doesnt print a horrific stack trace
(18:19:31) rhusar: pferraro: just an error.
(18:20:15) pferraro: rhusar: that makes sense
(18:20:40) rhusar: pferraro: ie get rid of https://gist.githubusercontent.com/rhusar/6ddc5b3b0ce51d4f6f67/raw/137d1255714ff2f94ceafb09f60be8bfd81871fb/gistfile1.txt