From 34091f36b7b8767e8141223bceacd43ccebf90c8 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 23 Oct 2023 22:22:06 +0530 Subject: [PATCH] added log type --- host/fs-root/bin/segfaultsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/fs-root/bin/segfaultsh b/host/fs-root/bin/segfaultsh index 887ea7d..857cc83 100755 --- a/host/fs-root/bin/segfaultsh +++ b/host/fs-root/bin/segfaultsh @@ -1307,7 +1307,7 @@ tofile "${C_IP:?}" "/config/self-for-guest/lg-${LID}/c_ip" echo_pty -e "....[${CG}OK${CN}]" # Add a log entry into elastisearch using logpipe -echo "LID:${LID}|Hostname:${SF_HOSTNAME}|" | unix-socket-client &> /dev/null +echo "Type:Login|LID:${LID}|Hostname:${SF_HOSTNAME}|" | unix-socket-client &> /dev/null # Spawn shell spawn_shell_exit "$@"