Module: LogStruct::Integrations::Puma::ClusterWorkerPatch
- Extended by:
- T::Sig
- Defined in:
- lib/log_struct/integrations/puma.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ T.untyped
397 398 399 400 401 402 403 404 |
# File 'lib/log_struct/integrations/puma.rb', line 397 def run begin ::SemanticLogger.reopen rescue => e ::LogStruct::Integrations::Puma.handle_integration_error(e) end super end |