Logs not showing process type

When I have multiple process types running, the scale show command shows output like this:

$ fly scale show -a your-application
VM Resources for your-application
          Count: web=1 worker=1
 Max Per Region: web=0 worker=0

Process group web
        VM Size: shared-cpu-1x
      VM Memory: 512 MB
 Max Per Region: 0

Process group worker
        VM Size: shared-cpu-1x
      VM Memory: 512 MB
 Max Per Region: 0

However, fly logs shows the process as the default “app”, e.g.

2022-12-17T17:35:55Z app[f3733dca] lhr [info]  Rendered common/_testimonials.html.erb (4.6ms)
2022-12-17T17:35:55Z app[f3733dca] lhr [info]  Rendered common/_public_footer.html.erb (1.4ms)
2022-12-17T17:35:55Z app[f3733dca] lhr [info]  Rendered pages/homepage.html.erb within layouts/application (52.8ms)

Would be really nice if that said “web[f3733dca]”…