logger creates error files so fast that I am googling how to delete a folder with lots of files in it. rm -rf is too slow. Boggles the mind that this isn't a single transaction on the filesystem, but some factor of the # of files.
Post
July 15, 2020
July 15, 2020
logger creates error files so fast that I am googling how to delete a folder with lots of files in it. rm -rf is too slow. Boggles the mind that this isn't a single transaction on the filesystem, but some factor of the # of files.