[Cuis-dev] A lot of log messages in Cuis-Smalltalk-Dev dir
Gerald Klix
cuis.01 at klix.ch
Wed Jul 28 01:14:31 PDT 2021
Hoi Nicola,
Admittedly this is sometimes a bit annoying.
I solved this issue with a small script:
#!/bin/sh
nice 7za a -sdel CuisDebugLogs.7z CuisDebug-20??-*.log
Basically add the files to 7zip archive and delete them from
the directory in one go. I prefer them to be archived,
because I tend to mess with the system in way that
also breaks the debugger.
There is also a preference value -- #logDebuggerStackToFile --
to disable this behavior completely.
HTH and Best Regards,
Gerald
On 7/28/21 9:58 AM, Nicola Mingotti via Cuis-dev wrote:
> Hi guys,
>
> as title says, in the Cuis-Smalltalk-Dev dir I have a lot of files like:
> CuisDebug-2021-07-18_12.23.01.log
>
> What do i do ? can i nuke them ?
>
> Can i script delete all but the last (e.g.) 5 every time Cuis turns on ?
>
> bye
>
> Nicola
>
>
>
>
>
>
More information about the Cuis-dev
mailing list