-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs not visible when running the application #909
Comments
Hi @sw-tracker |
Thanks @khalilou88 . I was thinking that it would be cool if each app showed a prefix in each of the logs, that way when multiple apps run in parallel we can identify to which app the log belongs to. Something similar to the way concurrently does it. Here is a small example of how 4 apps running in parallel using concurrently look like: Let me know if you need any help reproducing the issue. |
Hi @khalilou88 , In our pipelines, it would suffice being able to forward all the logs to a file that we can view when evaluating pipeline errors. |
@sw-tracker |
@sw-tracker, this feature is already in nx with |
Hi there,
I have the following under targets:
When I run my application on its own, the logs are shown on the console:
nx run my-app:serve
But when I run multiple apps, I cannot see the logs from multiple apps:
nx run-many --parallel=8 --verbose=true --target=serve
How can I see the logs from all spring boot applications?
The text was updated successfully, but these errors were encountered: