From ffc4bd18081dceb3ed810772daf26092970deccb Mon Sep 17 00:00:00 2001 From: Alessio <148966056+alessio-locatelli@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:11:59 +0300 Subject: [PATCH] chore(logging): use concise, professional copy Informal language or jokes stop being fun after a day, week, or month of work and turn into clutter. Concise, formal language is the best default. --- granian/server/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granian/server/common.py b/granian/server/common.py index c43e1566..72aabf2f 100644 --- a/granian/server/common.py +++ b/granian/server/common.py @@ -499,7 +499,7 @@ def shutdown(self, exit_code=0): self._call_hooks(self.hooks_shutdown) self._unlink_pidfile() - logger.info('Granian shutdown completed, see ya!') + logger.info('Granian shutdown completed.') if not exit_code and self.interrupt_children: exit_code = 1