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
1 change: 0 additions & 1 deletion engine/config/1.0/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ storage:


telemetry:
environment: ${env:TELEMETRY_ENVIRONMENT}
logging:
# debug, info, warn, error
level: ${env:TELEMETRY_LOGGING_LEVEL}
Expand Down
4 changes: 2 additions & 2 deletions engine/config/1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
"properties": {
"environment": {
"type": "string",
"description": "The environment the Arcade Engine is running in."
"description": "The environment the Arcade Engine is running in; overrides the environment variables."
},
"logging": {
"type": "object",
Expand All @@ -548,7 +548,7 @@
"additionalProperties": false
}
},
"required": ["environment", "logging"],
"required": ["logging"],
"additionalProperties": true
},
"tools": {
Expand Down