Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change agent log level to debug
Browse files Browse the repository at this point in the history
coreycarvalho committed Dec 18, 2024
1 parent 3ea6227 commit ff66376
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cd/application-deployment/dev/vaec-api-task-definition.json
Original file line number Diff line number Diff line change
@@ -146,6 +146,10 @@
"name": "DD_LOGS_ENABLED",
"value": "true"
},
{
"name": "DD_LOG_LEVEL",
"value": "debug"
},
{
"name": "DD_PROCESS_AGENT_ENABLED",
"value": "true"
Original file line number Diff line number Diff line change
@@ -128,6 +128,10 @@
"name": "DD_LOGS_ENABLED",
"value": "true"
},
{
"name": "DD_LOG_LEVEL",
"value": "debug"
},
{
"name": "DD_PROCESS_AGENT_ENABLED",
"value": "true"
Original file line number Diff line number Diff line change
@@ -154,6 +154,10 @@
"name": "DD_LOGS_ENABLED",
"value": "true"
},
{
"name": "DD_LOG_LEVEL",
"value": "debug"
},
{
"name": "DD_PROCESS_AGENT_ENABLED",
"value": "true"

0 comments on commit ff66376

Please sign in to comment.