Uh oh!
There was an error while loading. Please reload this page.
Merging logging-stdlib-handler-feature branch back into master - #2151
Conversation
dhermes
commented
Aug 19, 2016
waprin
commented
Aug 19, 2016
Doesn't make sense but let me quickly review |
waprin
commented
Aug 19, 2016
Yeah bad commit that should be nuked |
dhermes
commented
Aug 19, 2016
@waprin Where was it from? Stray commit from bad rebase? Also why did CLA bot not yell at me? |
dhermes
commented
Aug 19, 2016
When you say nuke do mean folded into the original or just deleted? |
waprin
commented
Aug 19, 2016
deleted |
54f3b94 to
1916ccaCompare@waprin I deleted and in the process decided to fold in the rebase changes needed to avoid the weird extra commit. I made some other changes, but want them to be clear so it doesn't seem to nanny-ish (it is nanny-ish, but I think the changes are good?): https://gist.github.com/dhermes/02bf516901721cb3d2a3c48cd93958b0 As you can see the changes are the following:
We can address outside this PR but I'm also pretty uncomfortable with
|
@dhermes changes look good.
Why do you consider this a problem? I'm fine to change it, we could roll that code into
Just not sure what to do with this, if you want I can help with googleapis/oauth2client#549 if that will expedite anything. |
Refactors handlers into separate package Adds background threaded transport Adds fix to Batch commit to properly set log name
dhermes
commented
Aug 22, 2016
@waprin It's the repeated name, just feels wrong / like the base-package isn't named correctly. As for the copy, why is it there? |
waprin
commented
Aug 22, 2016
The repeated name, I agree just struggling to think of better name. The whole thing is "add Python logging handler functionality", The copy is there because since it uses the client on a background thread to write the logs, there's no guarantee the main thread isn't using the client at the same time. There's no way to lock the client and the system tests were occasionally failing due to this, copying seems the most sane approach. |
waprin
commented
Aug 22, 2016
|
…on (#2151) * change to ai.generate * convert the input data type * remove default value setting
Fixes#2102
Will likely fail the CLA check (since it contains someone else's commits) but we can just merge with a failed check.
/cc @waprin