Hi,
How do i disable the console logging for a linux host? What is happening when its running it generates too many terminal console logs, then im not able to see my bash history as that is filled with messages like below. Is there a way to suppress this so i can see my bash history?
VMWS 16.x, ubuntu 20
Thanks
1968 export PS1="VEEAM_TERMINAL_PROMPT$"; echo $?; echo 96baf863-4344-4ece-a367-c2fbbf41605b
1969 unalias -a; echo $?; echo 2f041083-ae56-4c82-9e71-cde749df0f14
1970 sudo -S -k -p VEEAM_PWD_PROMPT whoami; echo $?; echo 4a06238f-33d9-4f70-a467-4e2b7a8bfb46
1971 stty -echo
1972 sudo -S -k -p VEEAM_PWD_PROMPT veeamconfig --stdin ; echo ff5cf8e4-c492-443e-bc03-71a481ea9dd0:$? ; echo 25f141ac-6ac2-419a-a370-fcccd940d45e
1973 shutdownSignal
1974 stty -echo
I'm having the same issue. Did you figure out a fix for this?
By "same issue" do you mean the same "messages" from Veeam (which aren't messages but commands being executed)?
