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
I am able set FLAGS_stderrthreshold in code (while logtostderr and alsologtostderr are left as default) and see desired behavior. i.e. all available logs go to file and anything at or above the threshold also goes to stderr.
However when setting GLOG_stderrthreshold=<lvl> environment variable it's as if I am not setting this variable at all. It seems like for some reason this environment variable is not being correctly picked up by GLOG.
The text was updated successfully, but these errors were encountered:
I am able set FLAGS_stderrthreshold in code (while
logtostderr
andalsologtostderr
are left as default) and see desired behavior. i.e. all available logs go to file and anything at or above the threshold also goes to stderr.However when setting
GLOG_stderrthreshold=<lvl>
environment variable it's as if I am not setting this variable at all. It seems like for some reason this environment variable is not being correctly picked up by GLOG.The text was updated successfully, but these errors were encountered: