By default, it seems tlog would not log user input in in_txt field, per default config for /etc/tlog/tlog-rec-session.conf. Thus user inputs would show up in out_txt field instead.
We could toggle config in tlog-rec-session.conf file to log user intput in in_txt field via:
"log": {
"input": true,
...
}
My question is: what is the point of not logging user input in in_txt field by default? If for security concerns, user inputs still got logged in out_txt field in clear-text anyway.
Please clarify.
By default, it seems
tlogwould not log user input inin_txtfield, per default config for/etc/tlog/tlog-rec-session.conf. Thus user inputs would show up inout_txtfield instead.We could toggle config in tlog-rec-session.conf file to log user intput in
in_txtfield via:"log": {
"input": true,
...
}
My question is: what is the point of not logging user input in
in_txtfield by default? If for security concerns, user inputs still got logged inout_txtfield in clear-text anyway.Please clarify.