I've seen numerous mentions of logging.properties, for when Activiti is running on Tomcat. Can I change the logging level when running Activiti from a standalone Java program? I've tried following the instructions here, except with the level set to "DEBUG". I've tried to put logging.properties both in my project root, and in src/main/resources, but I still only get "INFO" logs. How can I solve this problem?
It was 5.12. I've solved my issue, now. It was my first experience with slf4j, so I didn't know that you'd have to configure the actual logging library that you're using with it.