0

I tried to run this command:

$ python flathunt.py >> job.log
[2022/01/16 20:33:49|config.py         |INFO    ]: Using config /home/adam/flathunter/config.yaml

according to my understanding from How do I save terminal output to a file? the output [2022/01/16 20:33:49|config.py |INFO ]: Using config /home/adam/flathunter/config.yaml that was caused by flathunt.py script should have not been printed on the screen but stored in the job.log file. However, the opposite is true, the job.log is empty. What am I missing here?

Adam
  • 2,440
  • 6
  • 34
  • 53

0 Answers0