geonetwork / geonetwork-microservices

GNU General Public License v2.0
13 stars 18 forks source link

logging - using longbok to define the logger #27

Closed pmauduit closed 3 years ago

pmauduit commented 3 years ago

This is not a fundamental code change, as we let lombok define the static field for the logger instead of defining it explicitely in each classes, and we still make use of slf4j for logging purposes.

Tests: