Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing --debug option always set to debug mode on #171

Closed
iromli opened this issue Sep 17, 2020 · 0 comments
Closed

Passing --debug option always set to debug mode on #171

iromli opened this issue Sep 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working GUI The issue is related to the GUI

Comments

@iromli
Copy link
Contributor

iromli commented Sep 17, 2020

Describe the bug

Running pygluu-kubernetes-gui --debug always sets debug mode on regardless of its value.

To Reproduce

Steps to reproduce the behavior:

  1. Run pygluu-kubernetes-gui --debug 0

  2. See the output below:

    2020-09-18 03:24:12,038 - gluu-common         -  INFO - Stable version : 4.2
    * Serving Flask app "pygluu.kubernetes.gui.app" (lazy loading)
    * Environment: production
     WARNING: This is a development server. Do not use it in a production deployment.
     Use a production WSGI server instead.
    * Debug mode: on
    

Expected behavior

Debug mode should be off

@iromli iromli added the bug Something isn't working label Sep 17, 2020
@iromli iromli closed this as completed in 91f899f Sep 17, 2020
@moabu moabu added the GUI The issue is related to the GUI label Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI The issue is related to the GUI
Projects
None yet
Development

No branches or pull requests

2 participants