You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Tinyphone starts, it create a new log file. After it continue to write to this file all the time until shut off.
Problem is when it run for long time and with many activities, log file grow on and on.
Proposed solution : Start a new log file each day (Close the previous one)
The text was updated successfully, but these errors were encountered:
Hmm, looks like log rotation needs to be done for this case. In our production scenario, tinyphone usually doesn't run for so long, and gets relaunched everyday when support agents login at start of day (so we never faced this issue)
When Tinyphone starts, it create a new log file. After it continue to write to this file all the time until shut off.
Problem is when it run for long time and with many activities, log file grow on and on.
Proposed solution : Start a new log file each day (Close the previous one)
The text was updated successfully, but these errors were encountered: