feat(cli): support fine-grained server log filtering (#8748)

This commit is contained in:
Ammar Bandukwala
2023-07-26 16:46:22 -05:00
committed by GitHub
parent 4e9e480cc6
commit 25e30c6f41
16 changed files with 148 additions and 60 deletions

6
coderd/apidoc/docs.go generated
View File

@ -8304,6 +8304,12 @@ const docTemplate = `{
"json": {
"type": "string"
},
"log_filter": {
"type": "array",
"items": {
"type": "string"
}
},
"stackdriver": {
"type": "string"
}