diff libervia/backend/core/launcher.py @ 4081:84f6bee6440d

installation: moved from `setup.py` to `pyproject.toml`: - updated installation to use the now standard `pyproject.toml` instead of legacy `setup.py`. `setup.py` and other legacy files have been deleted. - removed outdated README4PACKAGERS - removed pylintrc which has not been correctly reviewed. Linter conf should go to `pyproject.toml` now. - [hatch](https://hatch.pypa.io) is now used as main building tool. However, thanks to the use of standards, other tools can be used too. - update .hgignore - several dependencies version bump, with code update to adapt to changes.
author Goffi <goffi@goffi.org>
date Tue, 06 Jun 2023 16:45:16 +0200
parents 47401850dec6
children 3dbaf179c50d
line wrap: on
line diff
--- a/libervia/backend/core/launcher.py	Tue Jun 06 13:42:00 2023 +0200
+++ b/libervia/backend/core/launcher.py	Tue Jun 06 16:45:16 2023 +0200
@@ -31,8 +31,8 @@
 class LiberviaLogger(app.AppLogger):
 
     def start(self, application):
-        # logging is initialised by sat.core.log_config via the Twisted plugin, nothing
-        # to do here
+        # logging is initialised by libervia.baceknd.core.log_config via the Twisted
+        # plugin, nothing to do here
         self._initialLog()
 
     def stop(self):