Include puma logs alongside rails logs in GDK
Currently puma logs are emitted to a different location than rails logs. In development environments, having a single stream of logs for puma and rails simplifies things and ensures that developers will see puma errors, instead of having them emitted to a file that is not usually checked.
Showing
Please register or sign in to comment