Open
Description
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.
Metadata
Assignees
Labels
No labels
Activity