-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NSM logs with empty Container Id strings
Summary Moved the config_command from register_application() to find_or_create_local() Details Moved the config_command from register_application() to find_or_create_local() to fix NSM logs with an empty "Container Id" string. The container id was empty because there was no sending of the config command between the clients and the application (client), it was only between the clients and the daemon, not providing the container ids to the application. To avoid sending the config command in all messages and incorrectly causing a query limit, a flag was added to only send the config command when the endpoint is created.
- Loading branch information
danielsantiago
authored and
Duarte Fonseca
committed
Feb 19, 2025
1 parent
8378f98
commit ca06bbc
Showing
2 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters