Console Output
+ python3 /home/senior/weilk/project/get_git_log.py 16 fca3a20 09e25f7
Traceback (most recent call last):
File "/home/senior/weilk/project/get_git_log.py", line 167, in <module>
init_daily_log()
File "/home/senior/weilk/project/get_git_log.py", line 26, in init_daily_log
logging.basicConfig(level=logging.DEBUG,
File "/usr/lib/python3.8/logging/__init__.py", line 1988, in basicConfig
h = FileHandler(filename, mode)
File "/usr/lib/python3.8/logging/__init__.py", line 1147, in __init__
StreamHandler.__init__(self, self._open())
File "/usr/lib/python3.8/logging/__init__.py", line 1176, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
PermissionError: [Errno 13] Permission denied: '/var/log/getGitLogget_git_log_2026-09-24.log'