I’m running User Manager 4.6 on a 750G and the hard drive has been filled in no time at all with 168,000+ log entries. I’ve tried deleting them through the web interface but this is proving too time consuming.
I can’t find the answer in the User Manager Wiki. Through searching this forum I’ve found and tried these three ‘solutions’, but apart from maxing out the CPU for hours on end, they don’t actually delete anything:
Solution 1:
/tool user-manager log remove [find]
Solution 2: (Script)
:local Flag
:set Flag [/tool user-manager session find]
:if([:len $Flag]>0) do={/tool user-manager session print; /tool user-manager session remove [/tool user-manager session find];}
Solution 3: (Script)
:foreach i in=[/tool user-manager log find] do { /tool user-manager log remove $i; }
I’ve had to disable logging and have managed to free up 250KB of space, but I NEED to get rid of these log entries.
Could someone please tell me where I can find the log file so that I can delete / clear it?
Many thanks,
Gareth