February 7, 2026 By Sergey

Are logs encrypted?

By default:

  • logs are not encrypted at the application level.

Reasons:

  • minimal overhead;
  • high performance;
  • simplicity of integration.

Recommended approach:

  • disk encryption (LUKS);
  • strict host access control;
  • network and service isolation.

If required, encryption should be implemented at the infrastructure level rather than within the application itself.