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 a command-line option to override the default log file path #2528

Open
acuteenvy opened this issue Feb 19, 2025 · 0 comments · May be fixed by #2539
Open

Add a command-line option to override the default log file path #2528

acuteenvy opened this issue Feb 19, 2025 · 0 comments · May be fixed by #2539
Labels

Comments

@acuteenvy
Copy link
Contributor

Is your feature request related to a problem? Please describe.
gitui --logging always writes to ~/.cache/gitui/gitui.log. There is no way to change the location of the log file.

Describe the solution you'd like
Some kind of command-line option to override the default path.
gitui --logging --logfile <path_here> for example.

Describe alternatives you've considered
Symlinking ~/.cache/gitui/gitui.log works, but I'd like to put the log file in the current working directory, and that's not possible with a symlink.

Additional context
I can send a PR if this is something you'd like to support.

@extrawurst extrawurst added the good first issue Good for newcomers label Feb 24, 2025
@acuteenvy acuteenvy linked a pull request Feb 26, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants