-
Hello, first of all, thank you for creating this awesome dev env. I want to see the log by using this command
But I only get this,
I test by tapping the x = 1/0 on save of a document. But nothing here move. I can only see the log from the file
How can I see the live log? |
Beta Was this translation helpful? Give feedback.
Answered by
Xieyt
Mar 6, 2024
Replies: 1 comment 3 replies
-
Hey @kittiu, To display and follow the frappe dev server logs, you can utilize the following command: $ fm logs test.localhost --follow Alternatively, you can tail the file |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you let me know which version of
fm
you are using ? ( You can find it usingfm --version
). If it's not0.11.0
, please update it usingpip install --upgrade frappe-manager
.