You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like the error message is truncated to a single line when running without --debug or in as a server. Also, the useful part of the error is printed as a debug message.
The text was updated successfully, but these errors were encountered:
Tried the longer example for an image directive from https://docutils.sourceforge.io/docs/ref/rst/directives.html#images
Then run
flamingo server -s settings.py --debug
.This shows
And the console output is
This is missing some useful debug output, even though the --debug flag has been passed.
Same thing with
flamingo build -s settings.py --debug
This looks like the error message is truncated to a single line when running without
--debug
or in as a server. Also, the useful part of the error is printed as a debug message.The text was updated successfully, but these errors were encountered: