mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-05 17:45:15 +03:00
Improve logging in GNS3 topology reader to provide more structured and informative output. The previous single-line JSON log has been replaced with separate info and debug logs: - Info log now includes project ID, project name, node count, and link count - Debug log retains the full topology details for deeper inspection This makes it easier to monitor topology retrieval in production while keeping detailed data available for debugging.