I have an OSGi Jar file which I am deploying on Apache Karaf. The underlining code has system.out.println statements but I am not able to view them in the Apache Karaf log file. I see that my bundle is active.
Is there any property which I can set to enable it?
I am new to OSGi and Karaf.