You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@ Where:
203
203
-**sql_instances**: List of all Cloud SQL instances to configure.
204
204
-**private_ip** (optional): Boolean flag for private or public IP addresses.
205
205
206
-
**Note:** These are placeholder values and should be replaced with proper IAM groups and Cloud SQL instance connection names.
206
+
**Note:** These are placeholder values and should be replaced with proper IAM groups and Cloud SQL instance connection names.
207
+
208
+
There is an additional optional parameter `"log_level"` for the JSON payload which can be set to one of `"INFO"`, `"DEBUG"`, `"WARNING"`, or `"ERROR"` to change severity of outputted logs. Defaults to `"INFO"` when not specified.
207
209
208
210
It is recommended to save your JSON payload as a `.json` file (ex. "config.json").
0 commit comments