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
Currently, outputs from cargo and trunk are suppressed and redirected to a log file.
This is due to I do not want multiple styles of logs when the development server is running.
Cargo messages are also suppressed because I would expect it to be consistent with trunk.
However, if for some reason the frontend or backend takes a very long time to run,
it may be painful for people to wait without any output.
The text was updated successfully, but these errors were encountered:
Currently, outputs from cargo and trunk are suppressed and redirected to a log file.
This is due to I do not want multiple styles of logs when the development server is running.
Cargo messages are also suppressed because I would expect it to be consistent with trunk.
However, if for some reason the frontend or backend takes a very long time to run,
it may be painful for people to wait without any output.
The text was updated successfully, but these errors were encountered: