GitHub user lzh3636 opened a pull request:
https://github.com/apache/cassandra/pull/250
Add stack trace to a logging statement
There is a logging statement that is able to catch two exception types (IllegalArgumentException
or IllegalAccessException) but cannot distinguish which type of exception occurred just base
on the log message. Maybe adding a stack trace could help.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lzh3636/cassandra log-message
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/250.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #250
----
commit 7954505208922b8eda31f8b0a9137ef70d5af18a
Author: zhenhaoli <lizi422@...>
Date: 2018-08-16T19:07:11Z
add stack trace to a logging statement
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org
|