Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Would it be possible to turn down the log level for DefaultFacebookClient in
your logging.properties file?
Original comment by m...@xmog.com
on 29 Jul 2011 at 6:32
Yes, however not a long term solution. If further logging is added to the
DefaultFacebookClient class it may be desirable to see those messages at INFO
level.
Original comment by johno.cr...@gmail.com
on 29 Jul 2011 at 7:58
Is there a reason for not accepting the proposed patch? From my stand point any
application logging such verbose information everytime a user authenticates is
not production ready.
Original comment by johno.cr...@gmail.com
on 18 Oct 2011 at 3:12
I support this issue. INFO is not the appropriate log level for this as the
information being logged should be relevant only for tracing. The JUL Javadoc
states: "FINE is a message level providing tracing information.".
Original comment by marcel@frightanic.com
on 23 Oct 2011 at 8:49
Discussion moved to https://github.com/revetkn/restfb/pull/2
Original comment by m...@xmog.com
on 27 Oct 2011 at 8:26
This is also a security issue if you are logging things like access tokens into
the logs.
The log level for some of these in in appropriate.
The right level for most of these is debug. Some of these should be in trace.
Original comment by tapasvi....@gmail.com
on 3 Nov 2011 at 9:00
Per the github issue, I will be making this change for 1.6.10.
Original comment by m...@xmog.com
on 3 Nov 2011 at 9:30
I think we're good now, finally marking fixed.
Original comment by m...@xmog.com
on 1 Sep 2012 at 3:52
Original issue reported on code.google.com by
johno.cr...@gmail.com
on 25 Jul 2011 at 3:27Attachments: