tlog icon indicating copy to clipboard operation
tlog copied to clipboard

Terminal I/O logger

Results 109 tlog issues
Sort by recently updated
recently updated
newest added

It eases the management of different types of systems when configuration files can warn, but not fail on, unknown keys. Additionally, given the rapidly changing nature of `tlog` in general,...

Instead of using pexpect, consider implementing integration tests with the python subprocess module. This may be beneficial for some reasons: - reduce overhead of login process performed in each test...

The trailing commas which appear in various .conf files are against the JSON spec, even though they're ignored by JSON-C. Consider removing them. That might make uncommenting parameters difficult, though.

Adding coverage analysis for `tlog-rec`, `tlog-rec-session`, and `tlog-play` requires getting integration tests merged and working in CI. Once completed, we can then add coverage analysis to determine gaps for writing...

We are trying to play back (tlog-play) recording that's been sent to our ELK infrastructure, but are unable to do so. The error message we get is: ``` Invalid reply...

We would like to have time stamp as a field to the log entry with the file writer. I don't see if this as an option in the config. As...

According to Tlog config file, we can choose to enable and disable the following, among others: ``` "log": { // If true, user input is logged. // "input" : false,...

In many cases, you want to use `tlog` to log actions that people are doing as a privileged user account. Instead of needing to piece together a chain of events...

Nothing in the `session` stack of PAM should fail if `pam_env` happens to fail for some reason.