aboutsummaryrefslogtreecommitdiff
path: root/weed/glog/glog_file.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2022-12-11rotate log fileschrislu1-1/+34
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-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
2016-06-02directory structure change to work with glideChris Lu1-0/+124
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.