0 votes
by (150 points)

In my config.yaml I have the following on the logging section:

logging:
  global:
    location: C:\RebexProxy\x64\Logs\
    minLevel: Information
  access:
    location: C:\RebexProxy\x64\Logs\
    minLevel: Information

Is there a way to set a maximum amount of size that the log folder can have or a way to clean old logs and define what age a log is considered 'old'?

Thank you.

Best regards,

Nuno

1 Answer

0 votes
by (70.2k points)
selected by
 
Best answer

Unfortunately, this is not configurable.

Current settings are:

  • Max file size = 1GB.
  • File retention = 31 files.

However, we consider to make it configurable in one of future versions.

by (150 points)
Thank you very much for the hasty reply and the info.
I will go with a workaround.

Have a good day.
...