mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-03 14:02:26 -04:00
Added some server startup info logs
This patch adds some general info logs around starting the client connection as well as loading the plugins.
This commit is contained in:
parent
fdc8c0cd66
commit
30671cbdbc
@ -465,9 +465,11 @@ def server(
|
|||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
# Creates the client object
|
# Creates the client object
|
||||||
|
LOG.info("Creating client connection")
|
||||||
client.factory.create().client
|
client.factory.create().client
|
||||||
|
|
||||||
# Create the initial PM singleton and Register plugins
|
# Create the initial PM singleton and Register plugins
|
||||||
|
LOG.info("Loading Plugin Manager and registering plugins")
|
||||||
plugin_manager = plugin.PluginManager(config)
|
plugin_manager = plugin.PluginManager(config)
|
||||||
plugin_manager.setup_plugins()
|
plugin_manager.setup_plugins()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user