[Cuis-dev] A lot of log messages in Cuis-Smalltalk-Dev dir

Nicola Mingotti nmingotti at gmail.com
Wed Jul 28 02:19:16 PDT 2021


Hi Gerald,

thank, just an extra question, if run this:

Preferences valueOfFlag: #logDebuggerStackToFile. =>  false
Preferences valueOfFlag: #logDebuggerStackToFile ifAbsent: 'none'. => none

1) The property seems not to exist
2) Why trying to access a non existent property does not raise an error ?

bye
Nicola




On 7/28/21 10:14 AM, Gerald Klix wrote:
> 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