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

Improve logging #180

Open
GoogleCodeExporter opened this issue Sep 2, 2015 · 9 comments
Open

Improve logging #180

GoogleCodeExporter opened this issue Sep 2, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

See: http://groups.google.com/group/google-gears/msg/099167c69813c238

There should be an easier way for users to send us debug data. Maybe an
item in the start menu?

Original issue reported on code.google.com by [email protected] on 2 Aug 2007 at 3:02

@GoogleCodeExporter
Copy link
Author

Agreed, we should have better logging.  It should also be more consistent (e.g.
across browsers and OSes).

This can happen as part of the logging cleanup.  I'd suggest:
(1) Switch to using logging.h
(2) Add a 'Write Log?' check during Gears init (like where TLS is setup)
    that calls SetMinLogLevel() in logging.h (to enable or disable).

Original comment by [email protected] on 2 Aug 2007 at 4:16

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 2 Aug 2007 at 4:21

  • Changed title: Add a "get debug data" feature (a.k.a. logging cleanup)

@GoogleCodeExporter
Copy link
Author

Ok, I see now what you meant by logging.h -- import 
googleclient/shared/logging.h
into Gears.

I still think that it would be nice if it was really easy (eg a UI element) to 
enable
and obtain the logs. We lose a lot of feedback because people just go away when 
it is
too hard to send us logging data.

So, there are really two steps:
* Replace LOG() currently used throughout Gears with a solid
googleclient/shared/logging.h implementation.
* Add some UI to enable logging.h and obtain the result.


Original comment by [email protected] on 7 Aug 2007 at 6:20

  • Changed title: Improve logging

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 22 Aug 2007 at 7:03

  • Added labels: Milestone-M3
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 5 Sep 2007 at 12:13

  • Added labels: Milestone-M1
  • Removed labels: Milestone-M3

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 5 Sep 2007 at 6:22

  • Added labels: Version-0.3
  • Removed labels: Milestone-M1

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 13 Nov 2007 at 9:43

  • Added labels: Priority-High

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 27 Nov 2007 at 10:02

  • Added labels: Version-later
  • Removed labels: Version-0.3

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 21 Jan 2008 at 5:37

  • Changed state: Accepted

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

No branches or pull requests

1 participant