I have a problem regarding the logging of virgo. I`m developing a app-plattform with virgo, where one app is represented as a webbundle and every app has a developer. This developer should be able to read the log ony for his bundle. In the webbundles spring mvc is used.
My problem now is that i can get the per-app logging done with the normal virgo-logging where every bundle gets its own logfile. The problem is that this file doesnt contain startup-erros like a BeanCreationException. Thats probably because Exceptions are somehow caught and logged to the LogService, which are not appended to the per-app logging-files. In the global log.log these Exceptions appear.
I would suggest reading the excellent Logback documentation because Virgo medic uses Logback in a not particularly sophisticated way. Others have configured medic in some interesting ways using standard logback features.