Hi Noah,

>From what I see, the only controls available for the Deferred library 
logging feature on App Engine would involve using the set_log_level() 
function 
<https://cloud.google.com/appengine/docs/python/refdocs/modules/google/appengine/ext/deferred/deferred#set_log_level>.
 
However, the way it works will only configure the verbosity for the logger 
of the component to log only certain levels of logs. In case you would need 
the other info level logs, your second solution might be more appropriate.

Why would you require using deferred tasks in the first place?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a0497aac-b933-4965-ae80-7a0c253f6c48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to