Skip to content

Commit

Permalink
fix(lb): add required logging profile to lb (#1925)
Browse files Browse the repository at this point in the history
- Adds the ability to configure a logging profile on lb components
  • Loading branch information
roleyfoley authored Jan 31, 2022
1 parent d5d0843 commit 0d4ca80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions providers/shared/components/lb/id.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"Names" : "Alert",
"Types" : STRING_TYPE,
"Default" : "default"
},
{
"Names" : "Logging",
"Types" : STRING_TYPE,
"Default" : "default"
}
]
},
Expand Down

0 comments on commit 0d4ca80

Please sign in to comment.