From a0f06acf7a1400e6518900377a00d5da548c7bd3 Mon Sep 17 00:00:00 2001 From: Bram Devlaminck Date: Mon, 16 Sep 2024 15:18:36 +0200 Subject: [PATCH] add extra info about exact match --- .../More_information_on_certain_files_and_folders/PortLog_txt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/user-guide/Reference/Skyline_DataMiner_Folder/More_information_on_certain_files_and_folders/PortLog_txt.md b/user-guide/Reference/Skyline_DataMiner_Folder/More_information_on_certain_files_and_folders/PortLog_txt.md index df551f80cf..ee84ed3369 100644 --- a/user-guide/Reference/Skyline_DataMiner_Folder/More_information_on_certain_files_and_folders/PortLog_txt.md +++ b/user-guide/Reference/Skyline_DataMiner_Folder/More_information_on_certain_files_and_folders/PortLog_txt.md @@ -40,3 +40,4 @@ Example: > > - Although the local DataMiner port is optional, each line must contain three colons (":"). > - Logging is started when the port in question is initialized, i.e. when the element is restarted or when the IP address or the IP port of the element is changed. +> - The IP addresses provided in the PortLog.txt file must match **exactly** with those provided in the element port settings. For example, using `localhost` and `127.0.0.1` in combination with each other will not work.