We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a7758 + dc60eca commit 1f44fb7Copy full SHA for 1f44fb7
scripts/runlogwatch.sh
@@ -3,6 +3,8 @@
3
# Ramdisk logs path
4
LOG_DIR="/shared/log/ironic/deploy"
5
6
+mkdir -p "${LOG_DIR}"
7
+
8
python3 -m pyinotify -e IN_CLOSE_WRITE -v "${LOG_DIR}" |
9
while read -r path _action file; do
10
echo "************ Contents of ${path}/${file} ramdisk log file bundle **************"
0 commit comments