packageglogimport()/*Copying the original glog because it is missing several convenient methods.1. use ToStderrAndLog() in the weed.go2. remove nano time in log format*/funcToStderr(){logging.toStderr=true}funcToStderrAndLog(){logging.alsoToStderr=true}