-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FEATURE REQUEST] Logging changes #4151
Comments
(1) debugs logs have only date, but not time:
|
(2) HTTP logs have multiple line. this makes it harder to filterDescribe the solution you'd like For (2), log lines could be combined in a single line with Additional context Current Android:
iOS currently looks like this:
It can be very easily expanded like this:
Current desktop is single-line too:
(they discuss a JSON format) |
(3) Print JSON / XML [body] bigger than 1024 bytesCurrently JSON / XML [body] is cut after 1024 bytes. Please align new size with desktop + iOS teams |
It'd be interesting to unify behaviour across the clients. It may help other teams and also ourselves to handle logs' info.
more ideas? CC @TheOneRing @felix-schwarz |
1st example log uploaded: |
Is your feature request related to a problem? Please describe.
I have two problems with logging:
owncloud.2023-09-04.log
. Makes it hard to manage multiple logs from the same dayDescribe the solution you'd like
For (1), I'd like to have the the timestamp in the filename:
ownCloud_Sep_4__2023_at_10_12_02.log.txt
ownCloud-0904_09.15.05.409.log.gz
For (2), log lines could be combined in a single line with
\n
Additional context
Current Android:
iOS currently looks like this:
It can be very easily expanded like this:
Current desktop is single-line too:
(they discuss a JSON format)
TASKS
The text was updated successfully, but these errors were encountered: