Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/267#discussion_r120977854 --- Diff: server/tracer/src/main/java/org/apache/accumulo/tracer/TraceServer.java --- @@ -169,23 +170,25 @@ public void span(RemoteSpan s) throws TException { if (timeMutation != null) writer.addMutation(timeMutation); } catch (MutationsRejectedException exception) { - log.warn("Unable to write mutation to table; discarding span. set log level to DEBUG for span information and stacktrace. cause: " + exception); + log.warn("Unable to write mutation to table; discarding span. set log level to DEBUG for span information and stacktrace. cause: {}", exception, --- End diff -- While these log message changes are fine, can you please separate them into another JIRA issue?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---