python實現日誌清理

要求:1.日誌文件夾中包含文件夾、日誌(名稱.年-月-日.log eg:localhost.2018-01-21.log)、其他格式非日誌文件,如下: 實現清除3天前創建的日誌文件,即刪除日誌文件中時間是三天前的文件 結果: 方法1: #通過time實現 import os,time def strToTimestamp(time_st,format='%Y%m%d%H%M%S'): #20
相關文章
相關標籤/搜索