You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: