Skip to content

[Question] What's the difference between in_txt and out_txt fields in tlog.log file?  #359

Description

@haiwu

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions