[appengine-java] Re: 1.3.8 Console Logging Issue

2010-12-07 Thread madein
Yep, still not working as in the past.
So here goes my fundamental question: is it a bug or a feature (http://
globalnerdy.com/wordpress/wp-content/uploads/2007/12/
bug_vs_feature.gif)?
Please answer!

On 4 Gru, 00:50, MarkH markh.ne...@gmail.com wrote:
 I'm still having Eclipse console logging issues with 1.4.0. (OSX10.6.5/
 Helios).

 I tried the following:
 1. Used the Eclipse plugin to generate a new GWT/AppEngine app.
 2. Added a java.util.logging.Logger to the GreetingServiceImpl
 3. Added logger.fine(test); to the greetServer call
 4. set logging.properites level to .level = FINE

 As per 1.3.8 there are still no logger.fine log message in the Eclipse
 console.

 As per 1.3.8 logger.info adds messages to the console in the same
 format as the Jetty startup phase - message text only (no date, or
 logger info).

 As per 1.3.8 setting the Run Configuration - Arguments - Program
 Arguments to, -logLevel DEBUG does causes logger.fine messages
 (message text only) to appear on the console, along with the
 associated GWT noise.

 Is it possible to restore 1.3.7 like 'SimpleFormatter' style logging:
 date, logger, message in the Eclipse console?

 On Nov 22, 4:23 pm, timzon jerome.bre...@gmail.com wrote:

  Thank you. Looking forward to get 1.4.0.

  On Nov 4, 9:33 am, Rajeev Dayal rda...@google.com wrote:

   We're going to fix this for the App Engine 1.4.0 release. What we'll do is
   have messages at Log.INFO level be outputted when you've got your Launch
   Configuration's log level set to INFO.

   In the Google Plugin for Eclipse, we'll make a change such that any new
   launch configurations created have a default log level of WARN.

   On Thu, Nov 4, 2010 at 4:23 AM, Stefano Ciccarelli 

   stef...@indacosoftware.it wrote:
I changed the GWT log level to TRACE solving partially the problem, 
infact
now I have very verbose logs.

On Wed, Nov 3, 2010 at 15:33, Rajeev Dayal rda...@google.com wrote:

No, I did not mean dropping it there - I meant changing it in the Web 
App
Launch Configuration UI - edit your launch configuration (in Eclipse), 
and
set the log level to TRACE. Does that help?

On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com 
wrote:

Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
fix the problem.

log.info (with default INFO level) used to work before 1.3.8 upgrade
and doesn't work after the upgrade.

On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
 Drop you launch configuration's log level down to TRACE. Do you see 
 the
 messages now?

 On Fri, Oct 29, 2010 at 1:23 PM, John Bito 
 j...@bobberinteractive.com
wrote:

  Starred the issue:
 http://code.google.com/p/googleappengine/issues/detail?id=3969

   --
  You received this message because you are subscribed to the Google
Groups
  Google App Engine for Java group.
  To post to this group, send email to
  google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
   unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.

--
You received this message because you are subscribed to the Google 
Groups
Google App Engine for Java group.
To post to this group, send email to
google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

 --
You received this message because you are subscribed to the Google 
Groups
Google App Engine for Java group.
To post to this group, send email to
google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

 --
You received this message because you are subscribed to the Google 
Groups
Google App Engine for Java group.
To post to this group, send email to
google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to 

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-12-05 Thread MarkH
I'm still having Eclipse console logging issues with 1.4.0. (OSX10.6.5/
Helios).

I tried the following:
1. Used the Eclipse plugin to generate a new GWT/AppEngine app.
2. Added a java.util.logging.Logger to the GreetingServiceImpl
3. Added logger.fine(test); to the greetServer call
4. set logging.properites level to .level = FINE

As per 1.3.8 there are still no logger.fine log message in the Eclipse
console.

As per 1.3.8 logger.info adds messages to the console in the same
format as the Jetty startup phase - message text only (no date, or
logger info).

As per 1.3.8 setting the Run Configuration - Arguments - Program
Arguments to, -logLevel DEBUG does causes logger.fine messages
(message text only) to appear on the console, along with the
associated GWT noise.

Is it possible to restore 1.3.7 like 'SimpleFormatter' style logging:
date, logger, message in the Eclipse console?

On Nov 22, 4:23 pm, timzon jerome.bre...@gmail.com wrote:
 Thank you. Looking forward to get 1.4.0.

 On Nov 4, 9:33 am, Rajeev Dayal rda...@google.com wrote:







  We're going to fix this for the App Engine 1.4.0 release. What we'll do is
  have messages at Log.INFO level be outputted when you've got your Launch
  Configuration's log level set to INFO.

  In the Google Plugin for Eclipse, we'll make a change such that any new
  launch configurations created have a default log level of WARN.

  On Thu, Nov 4, 2010 at 4:23 AM, Stefano Ciccarelli 

  stef...@indacosoftware.it wrote:
   I changed the GWT log level to TRACE solving partially the problem, infact
   now I have very verbose logs.

   On Wed, Nov 3, 2010 at 15:33, Rajeev Dayal rda...@google.com wrote:

   No, I did not mean dropping it there - I meant changing it in the Web App
   Launch Configuration UI - edit your launch configuration (in Eclipse), 
   and
   set the log level to TRACE. Does that help?

   On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com wrote:

   Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
   fix the problem.

   log.info (with default INFO level) used to work before 1.3.8 upgrade
   and doesn't work after the upgrade.

   On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
Drop you launch configuration's log level down to TRACE. Do you see 
the
messages now?

On Fri, Oct 29, 2010 at 1:23 PM, John Bito j...@bobberinteractive.com
   wrote:

 Starred the issue:
http://code.google.com/p/googleappengine/issues/detail?id=3969

  --
 You received this message because you are subscribed to the Google
   Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
  unsubscr...@googlegroups.comgoogle-appengine-java%2B
   unsubscr...@googlegroups.com
 .
 For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.

   --
   You received this message because you are subscribed to the Google 
   Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

    --
   You received this message because you are subscribed to the Google Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

    --
   You received this message because you are subscribed to the Google Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-04 Thread Stefano Ciccarelli
I changed the GWT log level to TRACE solving partially the problem, infact
now I have very verbose logs.

On Wed, Nov 3, 2010 at 15:33, Rajeev Dayal rda...@google.com wrote:

 No, I did not mean dropping it there - I meant changing it in the Web App
 Launch Configuration UI - edit your launch configuration (in Eclipse), and
 set the log level to TRACE. Does that help?


 On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com wrote:

 Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
 fix the problem.

 log.info (with default INFO level) used to work before 1.3.8 upgrade
 and doesn't work after the upgrade.

 On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
  Drop you launch configuration's log level down to TRACE. Do you see the
  messages now?
 
  On Fri, Oct 29, 2010 at 1:23 PM, John Bito j...@bobberinteractive.com
 wrote:
 
 
 
 
 
 
 
   Starred the issue:
  http://code.google.com/p/googleappengine/issues/detail?id=3969
 
--
   You received this message because you are subscribed to the Google
 Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-04 Thread Rajeev Dayal
We're going to fix this for the App Engine 1.4.0 release. What we'll do is
have messages at Log.INFO level be outputted when you've got your Launch
Configuration's log level set to INFO.

In the Google Plugin for Eclipse, we'll make a change such that any new
launch configurations created have a default log level of WARN.

On Thu, Nov 4, 2010 at 4:23 AM, Stefano Ciccarelli 
stef...@indacosoftware.it wrote:

 I changed the GWT log level to TRACE solving partially the problem, infact
 now I have very verbose logs.

 On Wed, Nov 3, 2010 at 15:33, Rajeev Dayal rda...@google.com wrote:

 No, I did not mean dropping it there - I meant changing it in the Web App
 Launch Configuration UI - edit your launch configuration (in Eclipse), and
 set the log level to TRACE. Does that help?


 On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com wrote:

 Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
 fix the problem.

 log.info (with default INFO level) used to work before 1.3.8 upgrade
 and doesn't work after the upgrade.

 On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
  Drop you launch configuration's log level down to TRACE. Do you see the
  messages now?
 
  On Fri, Oct 29, 2010 at 1:23 PM, John Bito j...@bobberinteractive.com
 wrote:
 
 
 
 
 
 
 
   Starred the issue:
  http://code.google.com/p/googleappengine/issues/detail?id=3969
 
--
   You received this message because you are subscribed to the Google
 Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-04 Thread Stefano Ciccarelli
Thanks, I'll wait for 1.4.0.


On Thu, Nov 4, 2010 at 16:33, Rajeev Dayal rda...@google.com wrote:

 We're going to fix this for the App Engine 1.4.0 release. What we'll do is
 have messages at Log.INFO level be outputted when you've got your Launch
 Configuration's log level set to INFO.

 In the Google Plugin for Eclipse, we'll make a change such that any new
 launch configurations created have a default log level of WARN.

 On Thu, Nov 4, 2010 at 4:23 AM, Stefano Ciccarelli 
 stef...@indacosoftware.it wrote:

 I changed the GWT log level to TRACE solving partially the problem, infact
 now I have very verbose logs.

 On Wed, Nov 3, 2010 at 15:33, Rajeev Dayal rda...@google.com wrote:

 No, I did not mean dropping it there - I meant changing it in the Web App
 Launch Configuration UI - edit your launch configuration (in Eclipse), and
 set the log level to TRACE. Does that help?


 On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com wrote:

 Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
 fix the problem.

 log.info (with default INFO level) used to work before 1.3.8 upgrade
 and doesn't work after the upgrade.

 On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
  Drop you launch configuration's log level down to TRACE. Do you see
 the
  messages now?
 
  On Fri, Oct 29, 2010 at 1:23 PM, John Bito 
 j...@bobberinteractive.comwrote:
 
 
 
 
 
 
 
   Starred the issue:
  http://code.google.com/p/googleappengine/issues/detail?id=3969
 
--
   You received this message because you are subscribed to the Google
 Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google
 Groups Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
*Stefano Ciccarelli*
stef...@indacosoftware.it

*Indaco srl*
via Sabin, 22 - 40017 San Giovanni in Persiceto (BO) - Italy
tel. +39.051.827762 - fax +39.051.6874570
i...@indacosoftware.it
www.indacosoftware.it

*- This e-mail is confidential and may be read, copied and used only by the
intended recipient. If you have received it in error, please contact the
sender immediately by return e-mail. Please then delete the e-mail and do
not disclose its contents to any other person.

- Le informazioni contenute in questa comunicazione sono riservate e
destinate esclusivamente alla/e persona/e o all'ente sopra indicati. E'
vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione
di quanto in esso contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi
del DL n. 196/03. Se questa comunicazione Vi e' pervenuta per errore, Vi
preghiamo di rispondere a questa e-mail e successivamente cancellarla dal
Vostro sistema.*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email 

Re: [appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-04 Thread Rajeev Dayal
Logged issue http://code.google.com/p/googleappengine/issues/detail?id=4011

On Thu, Nov 4, 2010 at 11:33 AM, Rajeev Dayal rda...@google.com wrote:

 We're going to fix this for the App Engine 1.4.0 release. What we'll do is
 have messages at Log.INFO level be outputted when you've got your Launch
 Configuration's log level set to INFO.

 In the Google Plugin for Eclipse, we'll make a change such that any new
 launch configurations created have a default log level of WARN.


 On Thu, Nov 4, 2010 at 4:23 AM, Stefano Ciccarelli 
 stef...@indacosoftware.it wrote:

 I changed the GWT log level to TRACE solving partially the problem, infact
 now I have very verbose logs.

 On Wed, Nov 3, 2010 at 15:33, Rajeev Dayal rda...@google.com wrote:

 No, I did not mean dropping it there - I meant changing it in the Web App
 Launch Configuration UI - edit your launch configuration (in Eclipse), and
 set the log level to TRACE. Does that help?


 On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com wrote:

 Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
 fix the problem.

 log.info (with default INFO level) used to work before 1.3.8 upgrade
 and doesn't work after the upgrade.

 On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
  Drop you launch configuration's log level down to TRACE. Do you see
 the
  messages now?
 
  On Fri, Oct 29, 2010 at 1:23 PM, John Bito 
 j...@bobberinteractive.comwrote:
 
 
 
 
 
 
 
   Starred the issue:
  http://code.google.com/p/googleappengine/issues/detail?id=3969
 
--
   You received this message because you are subscribed to the Google
 Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google
 Groups Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-03 Thread Ice13ill
I also have this problem. In addition, it seams that the new 1.3.8
version does not recognize the 1.3.7 local_db.bin development mode
datastore (if i switch back it's ok)

On Nov 3, 4:38 am, timzon jerome.bre...@gmail.com wrote:
 Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
 fix the problem.

 log.info (with default INFO level) used to work before 1.3.8 upgrade
 and doesn't work after the upgrade.

 On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:

  Drop you launch configuration's log level down to TRACE. Do you see the
  messages now?

  On Fri, Oct 29, 2010 at 1:23 PM, John Bito 
  j...@bobberinteractive.comwrote:

   Starred the issue:
  http://code.google.com/p/googleappengine/issues/detail?id=3969

    --
   You received this message because you are subscribed to the Google Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-03 Thread Rajeev Dayal
No, I did not mean dropping it there - I meant changing it in the Web App
Launch Configuration UI - edit your launch configuration (in Eclipse), and
set the log level to TRACE. Does that help?

On Tue, Nov 2, 2010 at 10:38 PM, timzon jerome.bre...@gmail.com wrote:

 Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
 fix the problem.

 log.info (with default INFO level) used to work before 1.3.8 upgrade
 and doesn't work after the upgrade.

 On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
  Drop you launch configuration's log level down to TRACE. Do you see the
  messages now?
 
  On Fri, Oct 29, 2010 at 1:23 PM, John Bito j...@bobberinteractive.com
 wrote:
 
 
 
 
 
 
 
   Starred the issue:
  http://code.google.com/p/googleappengine/issues/detail?id=3969
 
--
   You received this message because you are subscribed to the Google
 Groups
   Google App Engine for Java group.
   To post to this group, send email to
   google-appengine-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-02 Thread timzon
Dropping default log level (.level) to TRACE, INFO or FINEST doesn't
fix the problem.

log.info (with default INFO level) used to work before 1.3.8 upgrade
and doesn't work after the upgrade.

On Oct 29, 2:49 pm, Rajeev Dayal rda...@google.com wrote:
 Drop you launch configuration's log level down to TRACE. Do you see the
 messages now?

 On Fri, Oct 29, 2010 at 1:23 PM, John Bito j...@bobberinteractive.comwrote:







  Starred the issue:
 http://code.google.com/p/googleappengine/issues/detail?id=3969

   --
  You received this message because you are subscribed to the Google Groups
  Google App Engine for Java group.
  To post to this group, send email to
  google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B 
  unsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-29 Thread timzon
Same problem.

Issue logged: http://code.google.com/p/googleappengine/issues/detail?id=3969

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-29 Thread John Bito
Starred the issue:
http://code.google.com/p/googleappengine/issues/detail?id=3969

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-29 Thread Rajeev Dayal
Drop you launch configuration's log level down to TRACE. Do you see the
messages now?

On Fri, Oct 29, 2010 at 1:23 PM, John Bito j...@bobberinteractive.comwrote:

 Starred the issue:
 http://code.google.com/p/googleappengine/issues/detail?id=3969

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-28 Thread madein
Hi,
is anyone from App Engine team is aware of this?
I can raise new issue in the bugtracer (http://code.google.com/p/
googleappengine/issues/list) but at this moment AppEngine has 1596
registered defects. Is there a point in registering another one, maybe
you could fix this skipping the red tape?

br,
M.


On 27 Paź, 02:03, Raymond dslam2...@gmail.com wrote:
 I'm facing the same issue too.

 On Oct 26, 11:47 am, Dan Dubois uvico...@gmail.com wrote:

  I am getting the same problem but still on GWT 2.0.3. It must be an
  app engine java dev server problem.

  On Oct 25, 6:04 am, vvorski vic...@vorski.com wrote:

   Same here with python on a Mac. Have heard reports of same with Java
   on windows. Seems to be a global1.3.8problem?

   V/.

   On Oct 24, 9:04 pm, jt john.j.tho...@gmail.com wrote:

Hello,

I upgraded my project from 1.3.4 to1.3.8. After the upgrade, the
console fails to log. If I switch back to 1.3.4, the console logs
properly.

I am on a 64-bit Windows Vista environment, running Eclipse 3.4.2 w/
(MyEclipse and Instantiations GWT tools)

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-28 Thread Luis
Same problem for me.

Any solution?

On 27 oct, 02:03, Raymond dslam2...@gmail.com wrote:
 I'm facing the same issue too.

 On Oct 26, 11:47 am, Dan Dubois uvico...@gmail.com wrote: I am getting the 
 same problem but still on GWT 2.0.3. It must be an
  app engine java dev server problem.

  On Oct 25, 6:04 am, vvorski vic...@vorski.com wrote:

   Same here with python on a Mac. Have heard reports of same with Java
   on windows. Seems to be a global1.3.8problem?

   V/.

   On Oct 24, 9:04 pm, jt john.j.tho...@gmail.com wrote:

Hello,

I upgraded my project from 1.3.4 to1.3.8. After the upgrade, the
console fails to log. If I switch back to 1.3.4, the console logs
properly.

I am on a 64-bit Windows Vista environment, running Eclipse 3.4.2 w/
(MyEclipse and Instantiations GWT tools)

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-26 Thread Dan Dubois
I am getting the same problem but still on GWT 2.0.3. It must be an
app engine java dev server problem.

On Oct 25, 6:04 am, vvorski vic...@vorski.com wrote:
 Same here with python on a Mac. Have heard reports of same with Java
 on windows. Seems to be a global1.3.8problem?

 V/.

 On Oct 24, 9:04 pm, jt john.j.tho...@gmail.com wrote:







  Hello,

  I upgraded my project from 1.3.4 to1.3.8. After the upgrade, the
  console fails to log. If I switch back to 1.3.4, the console logs
  properly.

  I am on a 64-bit Windows Vista environment, running Eclipse 3.4.2 w/
  (MyEclipse and Instantiations GWT tools)

  Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-25 Thread andrew

Similar here.

Now only logs WARNING and ERROR.

Logging properties set to INFO and prior to 1.3.8 upgrade INFO logged
fine.

Have configuration procedures been changed or something?

Window 7 32bit
Eclipse 3.5 and 3.6

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-25 Thread Rud
I am seeing the same problem but thought is was due to new GWT 2.1RC1
logging capability.

See thread at 
http://groups.google.com/group/google-web-toolkit/browse_frm/thread/c5afa6655edec800#

I just tested my app with 1.3.7 and .8. With .7 it works and not with .
8. I am only testing on the desktop, not live on the web.

Another GWT developer reports that reverting GWT addresses the
problem. I don't know if that changes GAE or Jetty, either of which
may be part of the problem.

Rud
http://www.mysticlakesoftware.com


On Oct 25, 1:32 am, andrew aute...@gmail.com wrote:
 Similar here.

 Now only logs WARNING and ERROR.

 Logging properties set to INFO and prior to 1.3.8 upgrade INFO logged
 fine.

 Have configuration procedures been changed or something?

 Window 7 32bit
 Eclipse 3.5 and 3.6

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-25 Thread vvorski
Same here with python on a Mac. Have heard reports of same with Java
on windows. Seems to be a global 1.3.8 problem?

V/.

On Oct 24, 9:04 pm, jt john.j.tho...@gmail.com wrote:
 Hello,

 I upgraded my project from 1.3.4 to 1.3.8. After the upgrade, the
 console fails to log. If I switch back to 1.3.4, the console logs
 properly.

 I am on a 64-bit Windows Vista environment, running Eclipse 3.4.2 w/
 (MyEclipse and Instantiations GWT tools)

 Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.