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 using glog in my project for progress and error logging. But I am flooded by ERROR messages from an included library (ceres solver) that I would like to suppress (I get the info of an error as return value anyways) without suppressing messages of my own modules.
So what I am looking for is something like the minloglevel flag on a per module basis (similar to vmodule, which is designed for VLOG messages only).
AFAIK something like this is not yet possible / implemented.
The text was updated successfully, but these errors were encountered:
I am using glog in my project for progress and error logging. But I am flooded by ERROR messages from an included library (ceres solver) that I would like to suppress (I get the info of an error as return value anyways) without suppressing messages of my own modules.
So what I am looking for is something like the minloglevel flag on a per module basis (similar to vmodule, which is designed for VLOG messages only).
AFAIK something like this is not yet possible / implemented.
The text was updated successfully, but these errors were encountered: