Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Issue 83380043: Give upload.py a module-scope logger (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by agable1
Modified:
11 years ago
Reviewers:
M-A
CC:
codereview-list_googlegroups.com
Visibility:
Public.

Description

Give upload.py a module-scope logger

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M upload.py View 12 chunks +14 lines, -13 lines 3 comments Download

Messages

Total messages: 7
agable1
Prerequisite for https://codereview.chromium.org/221423007
11 years ago (2014-04-02 01:35:19 UTC) #1
M-A
lgtm with fix. https://codereview.appspot.com/83380043/diff/1/upload.py File upload.py (right): https://codereview.appspot.com/83380043/diff/1/upload.py#newcode2704 upload.py:2704: "%(lineno)s %(message)s ")) I think you ...
11 years ago (2014-04-02 17:20:54 UTC) #2
agable1
https://codereview.appspot.com/83380043/diff/1/upload.py File upload.py (right): https://codereview.appspot.com/83380043/diff/1/upload.py#newcode2704 upload.py:2704: "%(lineno)s %(message)s ")) On 2014/04/02 17:20:55, M-A wrote: > ...
11 years ago (2014-04-04 01:30:03 UTC) #3
M-A
https://codereview.appspot.com/83380043/diff/1/upload.py File upload.py (right): https://codereview.appspot.com/83380043/diff/1/upload.py#newcode2704 upload.py:2704: "%(lineno)s %(message)s ")) On 2014/04/04 01:30:03, agable1 wrote: > ...
11 years ago (2014-04-04 13:43:00 UTC) #4
agable1
On 2014/04/04 13:43:00, M-A wrote: > https://codereview.appspot.com/83380043/diff/1/upload.py > File upload.py (right): > > https://codereview.appspot.com/83380043/diff/1/upload.py#newcode2704 > ...
11 years ago (2014-04-04 18:56:54 UTC) #5
agable1
On 2014/04/04 18:56:54, agable1 wrote: > On 2014/04/04 13:43:00, M-A wrote: > > https://codereview.appspot.com/83380043/diff/1/upload.py > ...
11 years ago (2014-04-04 19:29:17 UTC) #6
agable1
11 years ago (2014-04-04 19:35:29 UTC) #7
Message was sent while issue was closed.
On 2014/04/04 19:29:17, agable1 wrote:
> On 2014/04/04 18:56:54, agable1 wrote:
> > On 2014/04/04 13:43:00, M-A wrote:
> > > https://codereview.appspot.com/83380043/diff/1/upload.py
> > > File upload.py (right):
> > > 
> > > https://codereview.appspot.com/83380043/diff/1/upload.py#newcode2704
> > > upload.py:2704: "%(lineno)s %(message)s "))
> > > On 2014/04/04 01:30:03, agable1 wrote:
> > > > On 2014/04/02 17:20:55, M-A wrote:
> > > > > I think you have to put level=logging.DEBUG here to not break
standalone
> > > > usage.
> > > > 
> > > > The default root logger logs with loglevel WARNING. And one or more -v
> flags
> > > > passed to this script standalone will still trigger the logic on line
> 2536.
> > > 
> > > Confirmed? If so, lgtm.
> > 
> > Confirmed -- running upload.py results in minimal output, running upload.py
-v
> > results in INFO output, and running upload.py --noisy results in DEBUG
output.
> > Going to commit + push this now.
> 
> Landed as:
> changeset:   1266:a98e723b83e4
> tag:         tip
> parent:      1241:2526390e1e13
> user:        Aaron Gable <mailto:agable@chromium.org>
> date:        Fri Apr 04 12:19:00 2014 -0700
> summary:     Give upload.py a module-scope logger.

Grafted to chromium branch as
changeset:   1267:d7b39eca7dbe
branch:      chromium
tag:         tip
parent:      1265:65c46b4bb192
user:        Aaron Gable <agable@chromium.org>
date:        Fri Apr 04 12:19:00 2014 -0700
summary:     Give upload.py a module-scope logger.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b