How to Disable debug mode for the JavaScript API - Atlassian Connect - Spring Boot

Trieu Nguyen December 19, 2017

After start my Spring Boot app, i see this line in logs.

2017-12-19 08:00:29,365 [WARN ] c.a.c.s.i.AtlassianConnectDevelopmentModeListener Enabled debug mode for the JavaScript API. This mode leads to reduced performance, and should not be used in production deployments.

 

So how do i disable it in my Spring Boot project ?

Thanks

1 answer

0 votes
Aurelio Pérez Noriega May 10, 2021

You can try this in your application properties:

atlassian:
connect:
debug-all-js: false

 

Suggest an answer

Log in or Sign up to answer