-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How can I save the output log to a file? #3599
Comments
|
@omeryagmurlu nope, isn't working for me |
./run.sh | tee -a bot.log |
I am running on 64 bit Debian and that method isn't working |
Any error message? Also, you can try python ./pokecli.py -cf config/config.json | tee -a bot.log |
no, that doesn't work for me... no error messages, nothing. It just shows me the output on the terminal and doesn't save anything to the file EDIT: I just noticed that it works on the local machine, before I testet it over ssh... crazy |
It's magic. |
no, the file is getting created, but theres nothing in it |
I use : in an .sh file |
Hi,
I would like to analyse the steps of the bot afterwards. So I need a file where every step is saved in.
How can I accomplish that?
The text was updated successfully, but these errors were encountered: