- Notifications
You must be signed in to change notification settings - Fork3.6k
Publish/Subscribe tutorial logs are not getting saved to log file#334
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I followed the above tutorial.
But logs are not saved to logs_from_rabbit.log, (The file is created but it is empty)
Yes, I am running emit_log in each case.
Running this on window 10. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
The tutorial prints to standard streams. You can either modify it to log to a file orredirect those streams to a file or two files. The tutorial assumes Linux, macOS or another UNIX-like operating system, my guess is that using a standard shell in WSL on Windows would have the same behavior. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #333 on August 26, 2022 13:24.