common/log: add missing api-status entries

Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
Sven Anderson 2022-04-11 23:10:38 +02:00 committed by mergify[bot]
parent 50f803daa4
commit 065210ad21
2 changed files with 25 additions and 0 deletions

View File

@ -1900,5 +1900,21 @@
"comment": "ListModules returns a module info struct reporting the lists of\nenabled, disabled, and always-on modules in the Ceph mgr.\n" "comment": "ListModules returns a module info struct reporting the lists of\nenabled, disabled, and always-on modules in the Ceph mgr.\n"
} }
] ]
},
"common/log": {
"preview_api": [
{
"name": "SetWarnf",
"comment": "SetWarnf sets the log.Printf compatible receiver for warning logs.\n PREVIEW\n",
"added_in_version": "v0.15.0",
"expected_stable_version": "v0.17.0"
},
{
"name": "SetDebugf",
"comment": "SetDebugf sets the log.Printf compatible receiver for debug logs.\n PREVIEW\n",
"added_in_version": "v0.15.0",
"expected_stable_version": "v0.17.0"
}
]
} }
} }

View File

@ -65,3 +65,12 @@ API.ModifySubuser | v0.15.0 | v0.17.0 |
## Package: common/admin/manager ## Package: common/admin/manager
## Package: common/log
### Preview APIs
Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
SetWarnf | v0.15.0 | v0.17.0 |
SetDebugf | v0.15.0 | v0.17.0 |