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
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
We have a variety of glog logging levels throughout the Mixer codebase. Generally, glog.V(2) is what we consider default logging level, and glog.V(4) is what we consider verbose. However, some portions of the codebase use glog.V(3), some some use glog.V(9). It's likely that even more levels are used.
We need to audit our glog calls to determine where we log what information and at what verbosity. After that we should decide on a standard to follow throughout the codebase. Then we need to go update logging everywhere to conform to that standard.
The text was updated successfully, but these errors were encountered:
We have a variety of
glog
logging levels throughout the Mixer codebase. Generally,glog.V(2)
is what we consider default logging level, andglog.V(4)
is what we consider verbose. However, some portions of the codebase useglog.V(3)
, some some useglog.V(9)
. It's likely that even more levels are used.We need to audit our glog calls to determine where we log what information and at what verbosity. After that we should decide on a standard to follow throughout the codebase. Then we need to go update logging everywhere to conform to that standard.
The text was updated successfully, but these errors were encountered: