Limiting the size of the files

In situations where there are disk space restrictions (POS, for example), you can also limit the size of the Trace file.In this case, the same transaction can be stored in one or more separate files.

To do so, indicate the size (in bytes) of the file limit in the clisitef section, item TamanhoTraceRotativo.

For example, to limit the size of each file to about 32Kb:

[CliSiTef]
TraceRotativo=10
TamanhoTraceRotativo=32768

Note: This size limitation is only applied when the tracerotative option is enabled.