Re: [slingstart-maven-plugin] configuring logs

2018-09-05 Thread Ben Fortuna
You could create a bundle that includes the following config (remove the third line to output to default log file, or remove filename to output to stdout): "org.apache.sling.commons.log.LogManager": { "jcr:primaryType":"sling:OsgiConfig", "org.apache.sling.commons.log.file": "debug.log",

[slingstart-maven-plugin] configuring logs

2018-09-05 Thread Nicolas Peltier
Hi, Is there a way to easily set logger on a sling instance launched with slingstart-maven-plugin ? Trying to set debug log in https://github.com/apache/sling-org-apache-sling-servlets-annotations-it/blob/master/pom.xml#L76 Nicolas