'log rotation' function.

If I enable 'Troubleshooting/Activate debug level', the log file becomes big.
When the log becomes 8GB, the StrategyQuant(Ubuntu OS?) will be crashed.


Solution:
Split the log file by the 'log rotation' function.


The function has the following options:
Rotate:X -- Leave X generations-old logs
Size:Y -- Rotate when the log file exceeds the specified file size Y megabytes.


Example:
log_2022_03_27-1.log (10MB)


log_2022_03_28-1.log (7000MB)
log_2022_03_28-2.log (7000MB)
log_2022_03_28-3.log (500MB)


log_2022_03_29-1.log (80MB)

Attachments
No attachments
  • Votes +1
  • Project StrategyQuant X
  • Type Feature
  • Status New
  • Priority Normal

History

HS
#1

NAPA

28.03.2022 16:27

Task created

E
#2

Emmanuel

29.03.2022 08:37
Voted for this task.

Votes: +1

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please