A tiny and simple log solution, talog tag logs to store data in a simple way, so it can be quickly queried
talog> .\talog.exe -help
Usage: v.talog [flags] [commands]
A tiny and simple log solution, talog tag logs to store data in a simple way, so it can be quickly queried
Flags:
-c -config config file, json format
-data The path of data, default value is ./data/
-p -port http server port, default value is 26382
-help Prints help information.
-man Prints the auto-generated manpage.
Commands:
help Prints help information.
man Prints the auto-generated manpage.
{
"adm_pwd": "123456",
"allow_list": [
"192.168.0.0/16",
"127.0.0.1/32"
],
"jwt_secret": "7aaf118c"
}
http://127.0.0.1:26382/index.html
- 中文版本
- English Version(Translated by AI from chinese version)
- install v
- install dependencies
If your network is limited, you can clone venyowong.concurrent、venyowong.file、venyowong.linq、venyowong.log、venyowong.query into
v install venyowong.concurrent v install venyowong.file v install venyowong.linq v install venyowong.log v install venyowong.query~/.vmodules - git clone https://github.com/venyowong/talog
- change pwd into talog folder
cd talog - build source code
v . - you will get talog/talog.exe(executable program)