Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Jul 20, 2011
2 parents 02ce6f4 + 866fe3c commit 4550688
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
5 changes: 1 addition & 4 deletions lib/template/config/development.scala.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ new BirdNameServiceConfig {
// Expert-only: Ostrich stats and logger configuration.

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

loggers =
Expand Down
6 changes: 2 additions & 4 deletions lib/template/config/production.scala.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ new BirdNameServiceConfig {
// End user configuration

// Expert-only: Ostrich stats and logger configuration.

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

loggers =
Expand Down
6 changes: 2 additions & 4 deletions lib/template/config/staging.scala.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ new BirdNameServiceConfig {
// End user configuration

// Expert-only: Ostrich stats and logger configuration.

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

loggers =
Expand Down
6 changes: 0 additions & 6 deletions lib/template/config/test.scala.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ new BirdNameServiceConfig {
// End user configuration

// Expert-only: Ostrich stats and logger configuration.
admin.statsNodes = new StatsConfig {
reporters = new JsonStatsLoggerConfig {
loggerName = "stats"
serviceName = "birdname"
} :: new TimeSeriesCollectorConfig
}

loggers =
new LoggerConfig {
Expand Down

0 comments on commit 4550688

Please sign in to comment.