mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.4.6
parent
c930ead7a9
commit
1b743cd8f1
|
@ -29,7 +29,7 @@ time_storage = sql.get_setting('log_time_storage')
|
|||
time_storage = int(time_storage)
|
||||
|
||||
try:
|
||||
time_storage_hours = time_storage * 10
|
||||
time_storage_hours = time_storage * 24
|
||||
for dirpath, dirnames, filenames in os.walk(log_path):
|
||||
for file in filenames:
|
||||
curpath = os.path.join(dirpath, file)
|
||||
|
|
Loading…
Reference in New Issue