Skip to content

Commit

Permalink
Merge pull request #2133 from nervosnetwork/testnet
Browse files Browse the repository at this point in the history
Deploy to mainnet
  • Loading branch information
rabbitz authored Aug 13, 2024
2 parents ffedb62 + 1c07663 commit 37ad1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/charts/daily_statistic_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def call

daily_statistic
rescue Exception => e
NewRelic::Agent.notice_error(e.message)
Rails.logger.error "Error occurred during DailyStatisticGenerator error: #{e.message}"
end

private
Expand Down
1 change: 1 addition & 0 deletions config/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ common: &default_settings

# Logging level for log/newrelic_agent.log
log_level: info
disable_sidekiq: true

application_logging:
# If `true`, all logging-related features for the agent can be enabled or disabled
Expand Down

0 comments on commit 37ad1a0

Please sign in to comment.