11-30-2016 05:47 PM
Hi,
Can someone please advise how to see the comment which was used while committing the change in WSA / ESA.
I'm able to see all commit changes done in the appliance with the below command.
grep -i "Dec .*commit" gui_logs
But in that i'm unable to see the comment used for that instance.
Please advise.
Many thanks in advance.
11-30-2016 05:57 PM
Hello,
The comment information for commits will be located in the system_logs. You can search for them using the below command (or variations of).
test.lab.local> grep "commit" system_logs
Wed Nov 30 20:55:00 2016 Info: PID 30733: User admin commit changes: Here's a comment!
Thanks!
-Dennis M.
11-30-2016 06:37 PM
Thank you so much Dennis :)
11-30-2016 08:22 PM
You're very welcome! :) Glad I could help!
-Dennis M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide