# How to enable logging in flowable springboot application

**URL:** https://forum.flowable.org/t/how-to-enable-logging-in-flowable-springboot-application/8716
**Category:** Flowable Engine
**Created:** [December 6, 2021, 10:43pm UTC](https://forum.flowable.org/t/how-to-enable-logging-in-flowable-springboot-application/8716 "2021-12-06T22:43:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![divya](https://avatars.discourse-cdn.com/v4/letter/d/13edae/32.png) [@divya](https://forum.flowable.org/u/divya)
#### Post date: [December 6, 2021, 10:43pm UTC](https://forum.flowable.org/t/how-to-enable-logging-in-flowable-springboot-application/8716/1 "2021-12-06T22:43:17Z")

</div>

Hi all,  
I am new to flowable. I have developed the aplication using flowable-springboot. Its working alright and I am monioring the process via springboot console. Now, I want to store all the infor in logs for obvious reasons but I just can’t see to do it. I am referring both springboot anf flowable logging techniques I find online but nothing is helping. I’ve updated flowable-default.properies as follows.  
logging.level.root = info  
logging.level.org.springframework.security= info  
logging.level.org.hibernate= info  
logging.file=mylogfile.log  
Then I created logger object in flowable springboot main class. Nothing happened.  
I’ve tried adding slf4j-log4j12 ependency in maven. That fails with error and I can’t even start flowable.  
What am I missing here. Is there an example documentation that I can follow?

Thanks  
Divya
