We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describe the bug Not analyze log
To Reproduce
This command doesn't work.
sudo docker run -i --rm -v $PWD/access.log:/mnt/access.log -v $PWD/teler.yaml:/mnt/teler.yaml -e TELER_CONFIG=/mnt/teler.yaml kitabisa/teler --input /mnt/access.log
But this works
tail -f $PWD/access.log | sudo docker run -i --rm -v $PWD/teler.yaml:/mnt/teler.yaml -e TELER_CONFIG=/mnt/teler.yaml kitabisa/teler
Expected behavior Should analyze log
Environment (please complete the following information):
Describe the bug
Not analyze log
To Reproduce

This command doesn't work.
But this works
Expected behavior
Should analyze log
Environment (please complete the following information):