3

Especially in case of errors it makes sense to write the current data into the log, so that the errors are easier to trace.

In a generic logging solution these logs could easily contain personal, identity or otherwise sensitive information.

In flowground, How long are these logs stored? and should i be concerned about the sensitivity of the data that is logged?

Chris Schaller
  • 13,704
  • 3
  • 43
  • 81

1 Answers1

2

Currently flowground uses a maximum disk-space oriented approach to limit the maximum number of logs to be stored.

We currently plan to change that to a time-based approach, something between 3 to 5 days maximum.

Do you have a preference concerning the maximum number of days @Stephan Häußler?

Sebastian Lang
  • 492
  • 1
  • 6
  • 18
  • 1
    On our own servers such data is always kept for 7 days. Therefore this interval would be perfect for consistency. If 5 days is the absolute maximum, we can also work with it. – Stephan Häußler Jan 14 '20 at 10:56