minor visal adjustments to docker container view

This commit is contained in:
miloschwartz
2025-06-05 11:18:22 -04:00
parent ab843b1a43
commit 92135ff9c1
7 changed files with 279 additions and 313 deletions

View File

@@ -24,7 +24,7 @@ export async function addPeer(exitNodeId: number, peer: {
}
});
logger.info('Peer added successfully:', response.data.status);
logger.info('Peer added successfully:', { peer: response.data.status });
return response.data;
} catch (error) {
if (axios.isAxiosError(error)) {