You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
By default, it seems
tlog
would not log user input inin_txt
field, per default config for/etc/tlog/tlog-rec-session.conf
. Thus user inputs would show up inout_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 inout_txt
field in clear-text anyway.Please clarify.
The text was updated successfully, but these errors were encountered: