Files
podinfo/pkg
Paul Carlton 19603ddfc1 Fix panic triggering via HTTP API (#197)
Fix GET /panic

The GET /panic api call is not working due the the logger.Panic method
failing to call panic. This change replaces the logger.Panic method
call with logger.Info and adds a call to os.Exit(255).
2022-05-24 12:03:54 +03:00
..
2020-06-05 17:16:29 +02:00
2022-04-18 09:56:02 +03:00