* Added log filtering commands to the CLI. So you can do things within the CLI like: :filter DEBUG (filters out any lines containing "DEBUG") :filter remove DEBUG (stop filtering "DEBUG") :filter "not this" (filters out any log lines containing "not this") :filter list (displays active filters) :filter clear (removes all filters) * Added a ~/.mycroft-cli.conf configuration file. It currently contains the last-used filters. * The mycroft.sh scripts were firing up the "fancy" CLI in the background and logging it constantly. This resulted in huge log files because of the constantly updated microphone level indicator. |
||
---|---|---|
.. | ||
__init__.py | ||
main.py |