forked from golang/glog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect messages written to the standard "log" package to the INFO log,
in particular to capture messages from the "net/http" package. This change only affects programs that import "github.com/golang/glog". Messages written to the standard "log" package will always appear on standard error, as they do now, though they will be formatted like INFO log messages. These messages will also appear in the INFO log file unless --logtostderr is set.
- Loading branch information
Showing
2 changed files
with
113 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters