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

fix path of sync run log file #7661

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaikli
Copy link

@kaikli kaikli commented Dec 14, 2024

This should fix the issue #7654 where the old log location is used after moving the files to the new location on linux.

I have tested it locally and it seems to solve the problem, but I'm not really sure why the log should be stored in the config directory at all. If we want to solve this, we need to exclude the log files from the migration in src/gui/application.cpp:L549 and move the other log files in $XDG_CONFIG_DIR/Nextcloud/logs to the data directory.

Thats the reason why I have also created a second pull request #7665 with a consistent log directory. Please choose one of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant