Skip to content

Commit

Permalink
Remove deprecated debug option from apps (#126)
Browse files Browse the repository at this point in the history
Remove the debug option to remove the warning about using deprecated
config options. We already configure `APPSIGNAL_LOG_LEVEL=trace` in the
`appsignal.env` file.
  • Loading branch information
tombruijn authored Jun 27, 2023
1 parent 43ff0a6 commit 794fffa
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion elixir/single-task/app/config/appsignal.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ config :appsignal, :config,
active: true,
otp_app: :single_task,
env: Mix.env,
debug: true,
transaction_debug_mode: true
1 change: 0 additions & 1 deletion ruby/linux-arm/app/config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
default: &defaults
debug: true

test:
<<: *defaults
Expand Down
1 change: 0 additions & 1 deletion ruby/padrino/app/config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
default: &defaults
push_api_key: "<%= ENV['APPSIGNAL_PUSH_API_KEY'] %>"
debug: true

development:
<<: *defaults
Expand Down
1 change: 0 additions & 1 deletion ruby/shoryuken/app/config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
default: &defaults
push_api_key: "<%= ENV['APPSIGNAL_PUSH_API_KEY'] %>"
name: "Shoryuken example app"
debug: true

development:
<<: *defaults
Expand Down
1 change: 0 additions & 1 deletion ruby/sinatra-gvltools/app/config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
default: &defaults
debug: true

test:
<<: *defaults
Expand Down
1 change: 0 additions & 1 deletion ruby/sinatra-puma/app/config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
default: &defaults
debug: true

test:
<<: *defaults
Expand Down
1 change: 0 additions & 1 deletion ruby/sinatra/app/config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
default: &defaults
debug: true

test:
<<: *defaults
Expand Down

0 comments on commit 794fffa

Please sign in to comment.