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

Support locally stored log file #25

Merged
merged 3 commits into from
May 14, 2024

Commits on May 14, 2024

  1. Support log file from local path

    Logdetective is currently able to read only remote files. Let's learn it
    how to read also local paths which makes it much better suited for
    local debugging.
    jkonecny12 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3a24a9a View commit details
    Browse the repository at this point in the history
  2. Remove ~/.local/bin from the example

    Do not pretend that we know how the logdetective is installed. Rather
    expect that the binary is correctly set in the PATH.
    jkonecny12 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3eb3020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    826d313 View commit details
    Browse the repository at this point in the history