Skip to content

Add logback configuration file (fixes #21)

This PR adds logback configuration (as proposed in #21 (closed)). I'll squash the commits after the review.

For now I have few concerns:

  • I've used configuration file as provided by @bourtemb in #21 (closed). @bourtemb do you think we need ATTRIBUTE and SIFT appenders? Maybe we should just have CONSOLE one?
  • I have not set logback.configurationFile for TangoRestServer. Logging seems to be handled by tomcat. @Ingvord do we need to change TangoRestServer configuration as well?
  • The config is stored in $PREFIX/share/java/. I'm not convinced this is the best place. Maybe we should put in in $PREFIX/share/tango/. What do you think?

Merge request reports