Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ common: &default_settings
application_logging:
# If `true`, all logging-related features for the agent can be enabled or disabled
# independently. If `false`, all logging-related features are disabled.
enabled: true
enabled: false
forwarding:
# If `true`, the agent captures log records emitted by this application.
enabled: true
enabled: false
# Defines the maximum number of log records to buffer in memory at a time.
max_samples_stored: 10000
metrics:
# If `true`, the agent captures metrics related to logging for this application.
enabled: true
enabled: false
local_decorating:
# If `true`, the agent decorates logs with metadata to link to entities, hosts, traces, and spans.
# This requires a log forwarder to send your log files to New Relic.
Expand Down
2 changes: 1 addition & 1 deletion test/utils/ckb_utils_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class CkbUtilsTest < ActiveSupport::TestCase
info = CkbUtils.parse_unique_cell(data)
assert_equal info[:decimal], 8
assert_equal info[:name], "Unique BBQ"
assert_nil info[:sybol]
assert_nil info[:symbol]
end

test "calculate commitment with single input and output including typescript" do
Expand Down
Loading