We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df93445 commit 0bc6b99Copy full SHA for 0bc6b99
log_module.py
@@ -38,7 +38,7 @@ class log_module:
38
def __init__(self,file_path='./log'):
39
40
Path(file_path).mkdir(parents=True,exist_ok=True)
41
- now_time = datetime.now().strftime('%Y-%m-%d_%H')
+ now_time = datetime.now().strftime('%Y-%m-%d')
42
43
self.logger = logging.getLogger('Kube_pod_manager')
44
self.logger.setLevel(logging.DEBUG)
0 commit comments