Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Library should not dump information messages to System.err #23

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

The problem is that using the library can dump an enormous amount of 
information to the error log.  
Typically Java frameworks would provide a flag or option to turn on this kind 
of information logging.

What steps will reproduce the problem?
1. Create a CalendarQuery and request a CalendarEventFeed

What is the expected output? What do you see instead?
No output to console is expected.
Resulting output to console, once for each CalendarEventEntry: 
21-Sep-2007 10:21:42 AM com.google.gdata.util.XmlParser$ElementHandler 
getChildHandler
INFO: No child handler for sequence. Treating as an extension element.
21-Sep-2007 10:21:42 AM com.google.gdata.util.XmlParser$ElementHandler 
getChildHandler
INFO: No child handler for uid. Treating as an extension element.

What version of the product are you using? On what operating system?
Observed with gdata-java-1.13.0 and 1.14.0

Please provide any additional information below.
From observation, there is no other negative impact in the library's inability 
to recognize the new 
extension elements. Since the library has a fallback for dealing with new or 
unrecognized extension 
elements, it should not log that this conversion is taking place. These 
messages add up when they 
occur once for every CalendarEventEntry.

Original issue reported on code.google.com by leod...@gmail.com on 21 Sep 2007 at 5:47

@GoogleCodeExporter
Copy link
Author

Hi,
   Thank you for communicating your concern.  I have created an internal feature
request.  I will update you on the course of action taken for this request.

- Prakash.

Original comment by vbarat...@gmail.com on 21 Sep 2007 at 11:25

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Saw the new release  notes for 1.14.1 and checked it into my project. Clears up 
the issue I brought up here. 
Thanks a lot for the speedy response, it's very appreciated.

Leo

Original comment by leod...@gmail.com on 2 Oct 2007 at 9:01

@GoogleCodeExporter
Copy link
Author

This issue has been resolved since version 1.14.1.  See release notes for 1.14.1
http://code.google.com/p/gdata-java-client/wiki/ReleaseNotes for detail.

Original comment by vbarat...@gmail.com on 3 Dec 2007 at 9:37

  • Changed state: Fixed

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

No branches or pull requests

1 participant