You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is intended to continue the discussion from: #6369
The first question is, who do we consider the audience for VLOG(1) logs and should there be multiple audiences? A lot of projects have the concept of VLOG(1) and DEBUG where DEBUG may only be turned on for debug-builds.
The problem this is attempting to address is minor but important, IMO several existing logs are very technical and contain obscure information.
One potential solution is to introduce a --debug that enables VLOG(2).
The text was updated successfully, but these errors were encountered:
theopolis
changed the title
Should we partition INFO logs into multiple levels (user-debugging and developer-debugging)
Should we partition VLOGs into multiple levels (user-debugging and developer-debugging)
Apr 9, 2020
This is intended to continue the discussion from: #6369
The first question is, who do we consider the audience for
VLOG(1)
logs and should there be multiple audiences? A lot of projects have the concept ofVLOG(1)
andDEBUG
whereDEBUG
may only be turned on for debug-builds.The problem this is attempting to address is minor but important, IMO several existing logs are very technical and contain obscure information.
One potential solution is to introduce a
--debug
that enablesVLOG(2)
.The text was updated successfully, but these errors were encountered: