You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefan Podkowinski (JIRA)" <ji...@apache.org> on 2018/06/18 08:22:00 UTC

[jira] [Created] (CASSANDRA-14528) Provide stacktraces for various error logs

Stefan Podkowinski created CASSANDRA-14528:
----------------------------------------------

             Summary: Provide stacktraces for various error logs
                 Key: CASSANDRA-14528
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14528
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Stefan Podkowinski
            Assignee: Stefan Podkowinski
             Fix For: 4.x


We should reintroduce some stack traces that have gone missing since CASSANDRA-13723 (ba87ab4e954ad2). The cleanest way would probably to use {{String.format}} for any custom messages, e.g. {{logger.error(String.format("Error using param {}", param), e)}}, so we make this more implicit and robust for coming api changes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org