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

Private/mmeeks/logfixup #9032

Merged
merged 4 commits into from May 14, 2024
Merged

Private/mmeeks/logfixup #9032

merged 4 commits into from May 14, 2024

Conversation

mmeeks
Copy link
Contributor

@mmeeks mmeeks commented May 10, 2024

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • Code is properly formatted
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

@mmeeks mmeeks requested review from Ashod and caolanm May 10, 2024 16:03
@mmeeks
Copy link
Contributor Author

mmeeks commented May 10, 2024

Thoughts appreciated; its a very substantial reduction in noise by default; then again - more to do there I think; and possibly we need to add more helpful text message printing for send/recv - lets see.

@mmeeks mmeeks force-pushed the private/mmeeks/logfixup branch 4 times, most recently from 6384f0b to 752a599 Compare May 14, 2024 10:47
Add logging.disabled_areas setting to coolwsd.xml with some sensible
things to ignore unless they are warnings/errors.

Kit code duplication around logging is grim; but not fixed in this
commit.

Signed-off-by: Michael Meeks <[email protected]>
Change-Id: I36bebb2b3c8d64a814d7b10c167d582de0baf4e5
Signed-off-by: Michael Meeks <[email protected]>
Change-Id: Ia2ba1f114397cf8f61a4e42bdf55bdf4c0ac969a
Significantly calmer and less frenzied logging output.

Signed-off-by: Michael Meeks <[email protected]>
Change-Id: I0f1782c0b8f10ac3427bac479ded2862f2b40b7a
…ame.

It appears that both cypress and the C++ WOPI tests are extremely
timing sensitive, and fixing this should not hold up merging the
logging improvements. So for now don't disable logging in these modes.

Signed-off-by: Michael Meeks <[email protected]>
Change-Id: I43e8397263e6960b668a29e7ad67f45394c52b52
@@ -231,6 +231,11 @@
return false;
}

// For now enable full logging
// FIXME: remove this when time sensitive WOPI

Check notice

Code scanning / CodeQL

FIXME comment Note

FIXME comment: remove this when time sensitive WOPI
Copy link
Contributor

@caolanm caolanm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though I have no particular strong feelings on logging

common/Log.cpp Show resolved Hide resolved
@mmeeks mmeeks merged commit 0c7cb44 into master May 14, 2024
14 checks passed
@mmeeks mmeeks deleted the private/mmeeks/logfixup branch May 14, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants