1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 <2025> | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 <2025> |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: How to know which CA client(IP address) modified a PV |
From: | LiangChih Chiang via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Shen, Guobao" <gshen at anl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 13 May 2025 08:16:03 +0800 |
>When using caPutLog,
to avoid the info be flushed in your IOC terminal output due to its max
line limit,
I am not aware this behavior exists.
My IOC/caPutLog(version 3.5) doesn't output to terminal.
Doesn't it just send log messages to a log server via TCP?
>you might want to redirect the output which you are interested into an external server, and you can always look back later.
I use iocLogServer(in EPICS base libCom) to save the log messages into files.
>At APS, we are using logstash to save the info we are interested in.
When using caPutLog, to avoid the info be flushed in your IOC terminal output due to its max line limit, you might want to redirect the output which you are interested into an external server, and you can always look back later.
At APS, we are using logstash to save the info we are interested in.
Thanks,
Guobao