communicode / communikey-backend

A simple centralized, cross-platform credential manager using GPG encryption.
https://communicode.github.io/communikey-docs
GNU General Public License v3.0
11 stars 0 forks source link

log4j2 configuration for production mode #16

Closed svengreb closed 6 years ago

svengreb commented 6 years ago

Closes #15

This PR adds a log4j2 configuration for production mode with optimized settings and a file appender. It also adapts the new log pattern for the development mode configuration.

The process on how to increase the logging level will be added to the documentation.