log-export/README.md

14 lines
No EOL
234 B
Markdown

# log-export
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
```