Skip to content

Commit

Permalink
Add log_output configuration with constraints (#946)
Browse files Browse the repository at this point in the history
* Add log_output configuration with constraints

* Update specification/resources/databases/models/advanced_config/mysql_advanced_config.yml

Co-authored-by: Anna Lushnikova <[email protected]>

* Added default value

* added full stop

* Update specification/resources/databases/models/advanced_config/mysql_advanced_config.yml

Co-authored-by: Anna Lushnikova <[email protected]>

---------

Co-authored-by: v.sharma <[email protected]>
Co-authored-by: Anna Lushnikova <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent 0303ce4 commit de14248
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,14 @@ properties:
minimum: 1024
maximum: 1048576
example: 4096
log_output:
description: >-
Defines the destination for logs. Can be `INSIGHTS`, `TABLE`, or both (`INSIGHTS,TABLE`), or `NONE` to disable logs. To specify both destinations, use `INSIGHTS,TABLE` (order matters). Default is NONE.
type: string
enum:
- INSIGHTS
- TABLE
- INSIGHTS,TABLE
- NONE
example: INSIGHTS
default: NONE

0 comments on commit de14248

Please sign in to comment.