If the splitting is enabled, GN4 will split the main log file automatically either by time or by file size. The split files are created into the same folder than the original log file. The split files name is unique and has the following syntax: [mainFileName] _[lastAccessdate].[mainFileExtension]. For example, if the main log file is called GN4.log, it could be split in GN4_200706131426.log, GN4_200706140851.log, etc… <add key="Db.LogSplit" value="1d" /> The syntax of the split string should be, for example: 2d, 3w, 45Mb, 1h. where h=hour, d=day, w=week, m=month and mb = megabyte. 0 value means no split at all. |
The auxiliary log XML files are created in the same folder than the main log file. The auxiliary file name is unique (for example log00001-ImportExportErr.xml). They contains the XML data resulting from XSL transformation, import/export operations, etc. |