cargo install logram
logram echoID <bot token>
and get needed chat ids:
logram <path to config>
```yaml telegram: # bot token token: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 # default chat (for updates from files without custom chat and errors) chat: 12345678
watcher: # watching files (logs) files: # path to file - path: /var/log/awesome.log # custom chat for this file (optional) chat: 12345678 # push updates only which matches that regex (optional) # (more info: doc.rust-lang.org/regex) regex: critical ```