Re: remove the log of "login" and "close session" or move them into a separate log file

2020-02-12 Thread Jialin Qiao
Hi, It could be a default configuration. Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -原始邮件- > 发件人: "Dawei Liu" > 发送时间: 2020-02-13 15:24:10 (星期四) > 收件人: dev@iotdb.apache.org > 抄送: > 主题: Re: remove the log of "login" and "close session" or move them

Re: remove the log of "login" and "close session" or move them into a separate log file

2020-02-12 Thread Dawei Liu
Hi, I don't think this is an easy thing to do. If I have a cluster of 10 machines, do I need to login in one by one to modify logback.xml? Thanks Dawei Liu > 2020年2月13日 上午2:03,Xiangdong Huang 写道: > > Hi, > > It is quite easy because we are using slf4j. We can implement it by just >

Re: remove the log of "login" and "close session" or move them into a separate log file

2020-02-12 Thread Xiangdong Huang
Hi, It is quite easy because we are using slf4j. We can implement it by just modifying the logback.xml. But if we want to get more audit log, we have to change the source codes of IoTDB. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学

Re: remove the log of "login" and "close session" or move them into a separate log file

2020-02-12 Thread Jialin Qiao
Hi, +1 for moving audit logs to another file, but it's better to keep them.. Thanks, — Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 Xiangdong Huang 于2020年2月11日周二 下午9:34写道: > Hi, > > Is there someone being troubled with the following server log: > >

remove the log of "login" and "close session" or move them into a separate log file

2020-02-11 Thread Xiangdong Huang
Hi, Is there someone being troubled with the following server log: IoTDB: Login status: Login successfully. User : root IoTDB: receive close operation IoTDB: receive close session When I checked one user's IoTDB log, I am stuck with so many "login" and "close log records... I know audit is