[FEATURE REQUEST] Logging changes#4204
Conversation
bd549a7 to
890cb6b
Compare
cabcda4 to
b21e1a5
Compare
|
com.github.AppDevNext.Logcat:LogcatCoreLib library deleted due to compatibility issues with the app tests. |
JuancaG05
left a comment
There was a problem hiding this comment.
Some questions and changes requested here @manuelplazaspalacio! 🚀
b535cde to
963c1dd
Compare
JuancaG05
left a comment
There was a problem hiding this comment.
Approved from my side! Good job 👍
|
QA checks Will compare request/responses caught with mitmproxy with the same ones in the logs. They must be identical:
|
b8cd315 to
3e0b009
Compare
JuancaG05
left a comment
There was a problem hiding this comment.
Approved after the latest changes 👍
b2ba02e to
94c9fba
Compare
94c9fba to
9a26718
Compare
|
Let's QA this one |
(1)Name of the file is not re-generated?
Current: log file name is the same: Pixel 2 Android11 |
(2)I generate a log file including several operations, i will comment some issues about that: owncloud.2023-11-17_08.56.03.log
|
|
In relation to the second QA report, related to the |
i don't get this point. Code statuses should not be replaced by strings, we are adding noises to the log. A "successful response" could be 200, 201, 207... is there no way to keep the code status? |
I have seen that in other parts of the application the log is managed from the |
It shouldn't be like that. We're losing information in such case. |
|
About (1), not sure if directly related. Follow these steps:
Current: two files (entries) are generated. Pixel 2 Android11 |
Regarding the first QA bug, the method that parses the json |
We are opened an issue to fix this: |
|
I update the general outline of the PR:
|
|
Summarizing:
won't fix
fixed
won't fix, let's take this as correct |
|
Will get this as first approach, open to new improvements. I'd go for a better formatting on the lines. Let's take a look to an iOS log: ownCloud_28_Nov_2023_at_10_11_37.log.txt seems to be more structured (beyond the specific json-format of reqa/resps). Wdyt? |
- Updating the appdevnext logcat library. - Creating an OCFileLogginTree to modify the name of the loggin file. - Adding missing libraries in data. - Updating files related with the missing libraries.
…patibility issues with the app tests.
cee75c3 to
af67d27
Compare
[FEATURE REQUEST] Logging changes
Related Issues
App: #4151
QA