aboutsummaryrefslogtreecommitdiff
path: root/weed/glog
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11rotate log fileschrislu1-1/+34
2022-09-14go fmtchrislu1-1/+7
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu2-2/+2
2022-07-24fix glog testchrislu1-3/+3
2022-07-24adjust glog formatchrislu1-2/+2
2022-07-24adjust glog formatchrislu1-5/+4
2021-04-12add log level possible valuesChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1989
2021-02-21fix log helpbingoo1-1/+1
2021-02-20support command line arguments in a configuration file so we can `weed ↵bingoohuang1-1/+1
master -config=master.conf`, `weed volume -config=volume.conf` and etc.
2019-01-10change log_dir flag to logdir隋龙飞@视频结构化1-1/+1
change log_dir flag to logdir
2019-01-10change log_dir flag to logdir隋龙飞@视频结构化1-1/+1
change log_dir flag to logdir
2016-06-02directory structure change to work with glideChris Lu6-0/+1961
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.