mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
remove unused code additional functions for glog
This commit is contained in:
parent
963023898e
commit
161526555f
|
@ -4,13 +4,5 @@ import ()
|
|||
|
||||
/*
|
||||
Copying the original glog because it is missing several convenient methods.
|
||||
1. use ToStderrAndLog() in the weed.go
|
||||
2. remove nano time in log format
|
||||
1. remove nano time in log format
|
||||
*/
|
||||
|
||||
func ToStderr() {
|
||||
logging.toStderr = true
|
||||
}
|
||||
func ToStderrAndLog() {
|
||||
logging.alsoToStderr = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue