brunyuriy / quick-fix-scout

Automatically exported from code.google.com/p/quick-fix-scout
Other
1 stars 1 forks source link

Observer Feature: Better Log Sending #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a daemon running in the background trying to send all logs as 
they are hitting the log limit (15 MB) and deleting the send logs in the 
workspace.

In case there is no active internet connection, the logs should be zipped at 
most 15 MB of size and still got deleted. As soon as the internet connection is 
detected, all the zipped logs will be sent.

Original issue reported on code.google.com by kivancmu...@gmail.com on 6 Jan 2012 at 10:39

GoogleCodeExporter commented 9 years ago
We no longer need the daemon since the zipper will create multiple zip files 
for the log directory (that are at most 20 MB).

File limit is increased to 20 MB.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 2:54

GoogleCodeExporter commented 9 years ago
If there is no internet connection (e.g., one of the log sending fails during 
the process), I simply do not delete the logs in the log folder at all. I will 
retry the next time logs are tried to be sent.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 3:12

GoogleCodeExporter commented 9 years ago
This issue was closed by revision f7898a7236c4.

Original comment by kivancmu...@gmail.com on 8 Jan 2012 at 3:14