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

Add property to control debug logging #595

Merged
merged 2 commits into from
Mar 23, 2018
Merged

Conversation

manics
Copy link
Member

@manics manics commented Mar 21, 2018

Closes #589

If debug.enabled this turns on debug logging for JupyterHub, Spawner, and the included nginx ingress container. configurable-http-proxy is unchanged since it's already at debug (though should it default to info instead?)

@@ -204,3 +204,6 @@ cull:
users: false
timeout: 3600
every: 600

debug:
enabled: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for this to be debug.enabled instead of just debug: false?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the style used for rbac.enabled

@minrk minrk merged commit 81cd254 into jupyterhub:master Mar 23, 2018
@manics manics deleted the debug-var branch March 23, 2018 10:50
@manics manics mentioned this pull request Aug 15, 2018
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants