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

Kolibri debug take 2 #127

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Kolibri debug take 2 #127

merged 2 commits into from
Nov 13, 2023

Commits on Nov 13, 2023

  1. Document setting KOLIBRI_DEBUG in flatpak override

    Since the Kolibri daemon process is D-Bus activated, it won't inherit
    the environment passed from `flatpak run --env`. Instead, the
    environment variable can be set from a flatpak override where it will be
    picked up when the service is launched via `flatpak run`.
    dbnicholson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ccd138e View commit details
    Browse the repository at this point in the history
  2. Initialize Kolibri database debug from KOLIBRI_DEBUG_LOG_DATABASE

    Like the `KOLIBRI_DEBUG` environment variable, use the
    `KOLIBRI_DEBUG_LOG_DATABASE` environment variable to set the
    `debug_database` value passed to the Kolibri initialization routine.
    This is also how `kolibri start` works. Any other Kolibri options can be
    handled normally.
    dbnicholson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b3a6508 View commit details
    Browse the repository at this point in the history