Logging
There are two types of logging.
-
Operational logs are on by default and stored in the home folder as
~/.mycli.log. This is useful for debugging or developing mycli. But not very useful for end users. This feature can be configured usinglog_fileandlog_levelin~/.myclirc. -
Audit logs can be optionally turned on using the command line option
-l. This will log every command and its output with a timestamp. This is useful for keeping track of all that happened in the CLI during a session. This can be configured usingaudit_login~/.myclirc.