matecat / MateCat-Filters

Convert any file to XLIFF and back with perfectly preserved formatting! Super easy API, plenty of supported formats and advanced segmentation.
http://filters.matecat.com
GNU Lesser General Public License v3.0
45 stars 32 forks source link

Added request tracing. #41

Closed AlexFalappa closed 4 years ago

AlexFalappa commented 4 years ago

Extracted base resource class with common logic. A try/finally enclosing logic allows to capture more problems and correctly trace failing requests. A specific appender for req-tracing log events is used in logback configuration.

Routed Jersey logging trough SLF4J adding java.util.logging redirector dependency.

Fixed again resource classes logger names.