Skip to content

Commit

Permalink
error introduced on a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Klassen committed Nov 21, 2014
1 parent 12c2ba6 commit f54ccf8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ private LogReporter(MetricRegistry registry,
this.logger = Logger.getLogger("com.shopify.metrics");
this.logger.setAdditivity(false);

String file = String.format("%s/spark.metrics.log", directory);

try {
PatternLayout layout = new PatternLayout("%d{ISO8601} %c %m%n");
RollingFileAppender logfile = new RollingFileAppender(layout, file);
Expand Down

0 comments on commit f54ccf8

Please sign in to comment.