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