Dash debug mode property

Hey everyone,

Is there a way in dash application to access debug mode property? So when I run my app like this:

app.run_server(debug=True)

I could later in my code access this property somehow? app.server.debug is always False.