0

I see that glog messages are getting logged with 'user' facility. Where does it set and how do I change it dynamically from my application?

1 Answers1

0

You can use below command line to set glog

./your_application --logtostderr=1

The official document has a complete introduction link

daohu527
  • 452
  • 4
  • 15