How we can see reflection on production mode if I done code level changes?

how we can see reflection on production mode if I done code level changes ?

should I restart nginx or do something else?

  1. You shouldn’t be doing code changes in production mode (especially not if it was for customizing)
  2. bench restart will reload code in web and background workers.

okay thank you so much.

Can you please tell me how can I switch from production to development ?