Sobes.tech
Junior — Middle

What questions should be asked to team members to assess their approach to log collection and processing in a project?

sobes.tech AI

Answer from AI

To assess the approach to log collection and processing in an Android project, you can ask the following questions:

  • What tools or libraries do you use for logging (e.g., Timber, Logback)?
  • How do you organize log levels (debug, info, error) and filtering?
  • How is log safety ensured on the device and their transmission to the server (if any)?
  • Do you use centralized services for log collection (e.g., Firebase Crashlytics, Sentry)?
  • How do you handle sensitive data in logs to avoid security and confidentiality breaches?
  • Do you have a rotation or deletion strategy for old logs to prevent occupying too much space?

These questions will help understand how well thought out and reliable the logging process is in the project.