Skip to content

Commit

Permalink
common/log: add missing api-status entries
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Anderson <sven@redhat.com>
  • Loading branch information
ansiwen authored and mergify[bot] committed Apr 12, 2022
1 parent 50f803d commit 065210a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
"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"
}
]
}
}
9 changes: 9 additions & 0 deletions docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,12 @@ API.ModifySubuser | v0.15.0 | v0.17.0 |

## 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 |

0 comments on commit 065210a

Please sign in to comment.