[GemStone-Smalltalk] Debug outout

Norm Green norm.green at gemtalksystems.com
Tue May 19 08:25:23 PDT 2020


Not entirely.  Are you looking to completely turn off all logging? What 
is your desired result?

For now you could reduce some of the output with this:

uint loginFlags = GCI_LOGIN_QUIET;
int haltOnErrNum = 0;
BoolType ok = GciLoginEx(gemstoneUsername, gemstonePassword, loginFlags, 
haltOnErrNum );


Norm Green

On 5/19/2020 6:07 AM, Iwan Vosloo via GemStone-Smalltalk wrote:
> Hi there,
>
> We are using gembuilder for C, specifically libgcilnk  (on 3.4.1 64bit 
> linux)
>
> This code logs several things to stdout:
>
> 1) A startup banner
> 2) Startup configuration
> 3) Garbage collection stats
> 4) Things prefixed with [Info] or [DEBUG]
> 5) Logins and logouts, prefixed with ---, a date and time
> 6) A date/timestamp in []
>
> I was wondering if there's any way to control which of these are to be 
> output or not, or how to change log levels where applicable?
>
> Regards
> Iwan
> _______________________________________________
> GemStone-Smalltalk mailing list
> GemStone-Smalltalk at lists.gemtalksystems.com
> https://lists.gemtalksystems.com/mailman/listinfo/gemstone-smalltalk



More information about the GemStone-Smalltalk mailing list