Do you have message on this logger ? log:tail will display only if you have messages/event on it.
More over, your config is not correct IMHO. You should have: log4j.logger.es.yaroki=INFO for instance. Regards JB On 10/13/2016 08:12 AM, conejo wrote:
Hi JB, thanx but: karaf@root>log:list ALL Logger | Level ------------------------------------------- ROOT | INFO es.yaroki | ALL org.apache.karaf.jaas.modules.audit | INFO But when i write "log:tail es.yaroki" no output displayed. Not when i put "log:tail ALL". But in the karaf.log and in yaroki.log i can see new entries. My org.ops4j.pax.logging.cfg: # Root logger log4j.rootLogger = INFO, out, osgi:* log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer #Yaroki logger log4j.logger.es.yaroki=ALL, yaroki log4j.additivity.es.yaroki=false -- View this message in context: http://karaf.922171.n3.nabble.com/Log-commands-tp4048333p4048335.html Sent from the Karaf - User mailing list archive at Nabble.com.
-- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
