mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
Work on pulling in remote traefik
This commit is contained in:
parent
65bdb232f4
commit
f7b82f0a7a
3 changed files with 67 additions and 14 deletions
|
@ -80,7 +80,7 @@ export async function createHybridClientServer() {
|
|||
});
|
||||
|
||||
client.on("message", (message) => {
|
||||
logger.info("Received message:", message.type, message.data);
|
||||
logger.info(`Received message: ${message.type} ${JSON.stringify(message.data)}`);
|
||||
});
|
||||
|
||||
// Connect to the server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue