acimpoeru / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Module-wise verbose logging not working #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to enable verbose logging level 5 just in this one file (called file.cc 
with a class named "file"). So I export GLOG_vmodule="file=5" into the 
environment and then run the program. But glog still doesn't log the VLOG(5) 
messages in this file. Is there a problem with the way I'm setting vmodule? Can 
anyone give me an example of how this should be done?

Original issue reported on code.google.com by 279t...@gmail.com on 25 Feb 2012 at 2:40