Open GoogleCodeExporter opened 8 years ago
I made a change to enable match dir in vmodule if the pattern contains '/',
otherwise, take the original behavior. please consider it, thanks.
Original comment by chen3feng
on 12 Apr 2013 at 9:40
Attachments:
Usage:
./tally --flagfile=onebox.flags --v=0 --vmodule=tally/*=4
Make all cpp in tally dir take v=4.
./tally --flagfile=onebox.flags --v=0 --vmodule=main=4
Make only main.cpp in any dir take v=4. just like original behavior.
Original comment by chen3feng
on 12 Apr 2013 at 9:44
Original issue reported on code.google.com by
chen3feng
on 12 Apr 2013 at 9:03