CodeIgniter Forums
Log Directory full of 0KB Files - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Log Directory full of 0KB Files (/showthread.php?tid=75748)



Log Directory full of 0KB Files - superiordev - 03-12-2020

I have logging set to 0, however my application/log directory is filling up with these hexadecimal file name files that are 0kb in size.  They are just empty files with no file extension.  Any ideas what is causing this?  There are about 25 of these created per minute.  

Example File Names
ce4a693a6e9efac9c509454e95a05339  (0Kb)
02ef66689c7502c569654b7fb035af6b (0Kb)
57b84450ed20db4c8b459137a18dc4f2 (0Kb)

I'm running php 7.3.6 on IIS server and haven't made them move to CI 4 yet.

Thanks!


RE: Log Directory full of 0KB Files - includebeer - 03-14-2020

Looks like session files. Check your config to be sure the sessions are not written in the log directory.