从目标机器收集日志并发送回服务器
由 Mark Nefedov 编写
#21 in #machines
11KB 110 行
#collector_config.toml server_address = "127.0.0.1" [[watched_files]] file = "file1" regex = "regex1" [[watched_files]] file = "file2" regex = "regex2"
~10–21MB ~273K SLoC