python Publish/Subscribe
I followed the above tutorial.
The logs are printed in the terminal.
But logs are not saved to logs_from_rabbit.log, (The file is created but it is empty)
python receive_logs.py > logs_from_rabbit.log
Yes, I am running emit_log in each case.
Running this on window 10.
Successfully able to follow earlier tutorials.