Skip to content Skip to sidebar Skip to footer
Showing posts with the label Archive

Compact (archive) Old Log Files In Python

I'm using standart logger library in Python. There are RotatingFileHandler, that can rotate log… Read more Compact (archive) Old Log Files In Python

Scripts Traversing Through Directories Looking For Specific Set Of Files And Folders

I'm trying to create a script that will traverse through all folders and subfolders of rootDir … Read more Scripts Traversing Through Directories Looking For Specific Set Of Files And Folders