update the describe of function

Change-Id: Ic70a8f2934cdd6113fecea39b132fe67634f8591
This commit is contained in:
jiasirui
2021-06-03 13:52:41 +08:00
parent 336bcc62cc
commit 7041cdd22d

View File

@@ -14,6 +14,6 @@
def do_get_log_storage_days(cs, args):
"""get the elasticsearch days of svae the logs."""
"""get the days of saved logs in elasticsearch(unit day)."""
endpoint = cs.config.get_days()
print(endpoint)