mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat(cli): support fine-grained server log filtering (#8748)
This commit is contained in:
6
coderd/apidoc/docs.go
generated
6
coderd/apidoc/docs.go
generated
@ -8304,6 +8304,12 @@ const docTemplate = `{
|
||||
"json": {
|
||||
"type": "string"
|
||||
},
|
||||
"log_filter": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"stackdriver": {
|
||||
"type": "string"
|
||||
}
|
||||
|
Reference in New Issue
Block a user