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

Desktop client with less log files (specially with VFS) #9731

Closed
cdamken opened this issue May 24, 2022 · 5 comments · Fixed by #9732
Closed

Desktop client with less log files (specially with VFS) #9731

cdamken opened this issue May 24, 2022 · 5 comments · Fixed by #9732
Assignees
Milestone

Comments

@cdamken
Copy link
Contributor

cdamken commented May 24, 2022

I'm trying to debug some issues and the sync client creates one file per run.

I would like to have a sync log that would say like this:

owncloud.XXXX.XX.XX-YYYY.YY.YY.log.gz
where X is the initial time, Y is the ending time

the file size could be much bigger, now they are too many and small

This will help us to know which file should be asked to the end-user if they know when the problem happened, and also we can ask the server log from that timeframe.

@TheOneRing TheOneRing added this to the 3.0 milestone May 24, 2022
@TheOneRing
Copy link
Member

This is getting more important as we now have a sync per space etc...

@TheOneRing TheOneRing self-assigned this May 24, 2022
@cdamken
Copy link
Contributor Author

cdamken commented May 25, 2022

This is getting more important as we now have a sync per space etc...

You are right, we have to differentiate the space and in some clients different accounts or servers.

Actually could be also separated like this:

owncloud.desktop.XXXX.XX.XX-YYYY.YY.YY.log.gz
owncloud.documents.XXXX.XX.XX-YYYY.YY.YY.log.gz
damken.cloud.XXXX.XX.XX-YYYY.YY.YY.log.gz

depending on that will help to get quick solutions and a better understanding of what is happening in each separated sync.

Well, my 2 cents

@TheOneRing TheOneRing linked a pull request May 27, 2022 that will close this issue
@TheOneRing
Copy link
Member

Fixed

@HanaGemela
Copy link
Contributor

macOS13.0
client ownCloud 3.0.0.8922-alpha9 [8e733b]

Two issues here:

  1. Requested format owncloud.desktop.XXXX.XX.XX-YYYY.YY.YY.log.gz is not met. Currently is ownCloud-mmdd_??.??.??.???.log.gz
  2. User can't set less than 5 and more than 99 files to be saved. Especially the case with less than 5 files is confusing as I can enter lower number but it is not saved and there is no warning about it

@TheOneRing
Copy link
Member

If you think there should be an option to set <5 or >99 log files, please open a new issue and we will discuss further development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants