The log format is normal as it is a log from GNUStep library and not from Sogo
You can find it here -> 
https://github.com/gnustep/libs-base/blob/f0f841c01f24ec6f118a97a4b0f3618d13d530fa/Source/NSCalendarDate.m#L1553

I'll let you know when I'll fix this. I have to investigate because I made that 
commit to fix a bug that wad indeed fixed, so I have to check if the bug is not 
back again when correcting this warning.

Quentin

-----Original Message-----
From: users-requ...@sogo.nu <users-requ...@sogo.nu> On Behalf Of Dirk Schäfer
Sent: jeudi 12 octobre 2023 14:06
To: qhivert (qhiv...@alinto.eu) <users@sogo.nu>
Subject: Re: [SOGo] NSCalendarDate - invalid day given

Hi,

thx for the replies so far.

- "sogo-tool checkup" does not identify misconstructed events
- fortunately no data loss found yet

There is something odd about the log format on that specific kinds of entries.

The "invalid day given" entries have a prefix like
2023-10-12 10:55:19.204 sogod[1335:1335] File NSCalendarDate.m: 1553. In ...

The standard log entries have a prefix like Oct 12 10:55:20 sogod [1337]: IP 
"GET /SOGo/so/..."

=> the way the date is written differs.

No special debug log setting is active in /etc/sogo/sogo.conf

GCSFolderDebugEnabled = NO;
GCSFolderStoreDebugEnabled = NO;
LDAPDebugEnabled = NO;
MySQL4DebugEnabled = NO;
ImapDebugEnabled = NO;
SMTPDebugEnabled = NO;
OCSFolderManagerSQLDebugEnabled = NO;
SOGoDebugRequests = NO;
SOGoUIxDebugEnabled = NO;
SoDebugBaseURL = NO;
SoDebugObjectTraversal = NO;
SoSecurityManagerDebugEnabled = NO;
WODebugZipResponse = NO;
SOGoDebugLeaks = NO;
SOGoTnefDecoderDebugEnabled = NO;
WODebugHttpTransaction = NO;
WOPageRequestHandlerDebugEnabled = NO;
SoObjectRequestHandlerDebugEnabled = NO;

Dirk

Am 11.10.23 um 12:50 schrieb qhivert (qhiv...@alinto.eu):
> Ok I may have it:
> here -> 
> https://github.com/Alinto/sogo/commit/f2df4056161a96da750cba4a083a05ce
> 1390ad55?diff=unified#diff-3b1c62e123667345d23ac0e2c410f68135e00e14545
> a3705c38d2529c7191209R190
> 
> I create new date with day = 0 to put the first day of the month but 
> day start at 1. I will make some tests
> 
> Quentin
> 
> -----Original Message-----
> From: users-requ...@sogo.nu <users-requ...@sogo.nu> On Behalf Of 
> qhivert
> Sent: mercredi 11 octobre 2023 12:33
> To: users@sogo.nu
> Subject: RE: [SOGo] NSCalendarDate - invalid day given
> 
> Hello,
> 
> For this release there are some corrections for recurrent event. Apart this 
> log is anything normal or some events are missing or not correct?
> 
> Quentin
> 
> -----Original Message-----
> From: users-requ...@sogo.nu <users-requ...@sogo.nu> On Behalf Of Dirk 
> Schäfer
> Sent: mercredi 11 octobre 2023 10:56
> To: users@sogo.nu
> Subject: [SOGo] NSCalendarDate - invalid day given
> 
> Hi,
> 
> since updating SOGo to version 5.9.0 we have MANY entries in sogo.log of the 
> form:
> 
> "sogod[2741:2741] File NSCalendarDate.m: 1553. In -[NSCalendarDate 
> initWithYear:month:day:hour:minute:second:timeZone:] invalid day given - 0"
> 
> Do you have an idea?
> 
> 


Reply via email to