Skip to content

Commit

Permalink
remove stats.log from development
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Feb 14, 2012
1 parent 9cf4d58 commit ec9b68d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config/development.scala
Expand Up @@ -24,13 +24,6 @@ new KestrelConfig {

admin.httpPort = 2223

admin.statsNodes = new StatsConfig {
reporters = new JsonStatsLoggerConfig {
loggerName = "stats"
serviceName = "kestrel"
} :: new TimeSeriesCollectorConfig
}

queues = new QueueBuilder {
// keep items for no longer than a half hour, and don't accept any more if
// the queue reaches 1.5M items.
Expand Down Expand Up @@ -73,13 +66,5 @@ new KestrelConfig {
filename = "/var/log/kestrel/kestrel.log"
roll = Policy.Never
}
} :: new LoggerConfig {
node = "stats"
level = Level.INFO
useParents = false
handlers = new FileHandlerConfig {
filename = "/var/log/kestrel/stats.log"
roll = Policy.Never
}
}
}

0 comments on commit ec9b68d

Please sign in to comment.