• Andrew Newdigate's avatar
    Include puma logs alongside rails logs in GDK · 2995ff12
    Andrew Newdigate authored
    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.
    2995ff12
puma.example.development.rb 2.66 KB