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.
-
Audit logs can be optionally turned on using a command line option
-l
. This will log every command and it's output with a timestamp. This is useful for keeping track of all that happened in the CLI during a session.