This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a commit to branch network-namespace
in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
The following commit(s) were added to refs/heads/network-namespace by this push:
new c724478 Update log file path on management server
c724478 is described below
commit c724478883eb9c810f1309f90c986492f992c0df
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Apr 16 11:07:01 2026 +0200
Update log file path on management server
---
Network-Namespace/network-namespace.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Network-Namespace/network-namespace.sh
b/Network-Namespace/network-namespace.sh
index 090b46f..85eb8b2 100755
--- a/Network-Namespace/network-namespace.sh
+++ b/Network-Namespace/network-namespace.sh
@@ -104,7 +104,7 @@ _EXT_DIR_NAME="$(basename "$(dirname "${_SELF}")")"
DEFAULT_SCRIPT_PATH="/etc/cloudstack/extensions/${_EXT_DIR_NAME}/${_SCRIPT_BASENAME}-wrapper.sh"
# Log file — under /var/log/cloudstack/extensions/ named after the extension.
-LOG_FILE="/var/log/cloudstack/extensions/${_EXT_DIR_NAME}.log"
+LOG_FILE="/tmp/cloudstack-extensions/${_EXT_DIR_NAME}.log"
mkdir -p "$(dirname "${LOG_FILE}")" 2>/dev/null || true
TMPDIR_BASE=/tmp