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

Initialize Kolibri debug from KOLIBRI_DEBUG environment variable #125

Merged
merged 1 commit into from
Nov 11, 2023

Commits on Nov 11, 2023

  1. Initialize Kolibri debug from KOLIBRI_DEBUG environment variable

    If the `KOLIBRI_DEBUG` environment variable is set to a truthy value,
    pass `debug=True` to the Kolibri initialization routine. This enables
    debug logging and the Django debug mode. This is roughly equivalent to
    how `kolibri start` works since it treats `KOLIBRI_DEBUG` as equivalent
    to the `--debug` CLI option.
    
    Fixes: #123
    dbnicholson committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0968b6b View commit details
    Browse the repository at this point in the history