Hi, I cannot find any documentation regarding the codesys configuration file.
I modified this part to have log files saved to disk:
[CmpLog]Logger.0.Name=LOGS/PlcLogLogger.0.Filter=0xFFFFFFFFLogger.0.Enable=1Logger.0.MaxEntries=20000Logger.0.MaxFileSize=5000Logger.0.MaxFiles=10Logger.0.Backend.0.ClassId=0x0000010B;sends logger messages to SysOutLogger.0.Backend.1.ClassId=0x00000104;writes logger messages in a fileLogger.0.Backend.2.ClassId=0x00000135;sends logger messages as UDP syslogLogger.0.Type=0x314;Set the timestamp to RTC;Logger.1.Name=/tmp/CommLog;Logger.1.Enable=1
I need to have milliseconds in the timestamp as well.
What value should I use instead of 0x314?
Is there any documentation regarding this file?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I cannot find any documentation regarding the codesys configuration file.
I modified this part to have log files saved to disk:
I need to have milliseconds in the timestamp as well.
What value should I use instead of 0x314?
Is there any documentation regarding this file?
Thank you