log-export/README.md

14 lines
234 B
Markdown
Raw Permalink Normal View History

2023-03-17 13:29:04 +00:00
# log-export
2023-03-20 11:06:15 +00:00
Example for the frostfs-node:
```
go run ./cmd -funcs reportFlushError,reportError -dir ../frostfs-node
```
Command line flags:
```
-funcs - custom functions to export separated by ','
-dir - source code directory
```