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. 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.