First of all which logging framework are you using?
commons logging
log4j
i_log (adligo)
slf4j
These all have log.debug(message).
Second \r and \n should cause a line feed 'character' one is dos one
is unix.
so the statement
log.debug('is this a \n\rapp engine bug?\n\rwft");
should display as
is this a
app engine bug?
wtf
If so you should also list the version number of the sdk your using.
Cheers,
Scott
PS I can't fix this for you (google) but am just trying to assist who
(someone at google)
will fix this issue.
On May 26, 12:02 pm, Scott <[email protected]> wrote:
> Hi I am getting something funny there in logs
> if I am using logging.debug(message ) , if the message contains "\r
> \n" it will showing as Error in the console.
> Is it a framework bug ?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.