microsoft/process-migrator

Keyboard listener added ??

Closed this issue · 1 comments

Hello, why there is a line in log:
[VERBOSE] [2019-11-27T09:49:36.184Z] Keyboard listener added
???
It seems VERY suspicious..
Thanks for clearing this up.

Hi @czechdude , I'm cleaning up old issues. In case you didn't figure this out - the logging comes from

logger.logVerbose("Keyboard listener added");
where a listener for keyboard input is registered. In short, it listens for if the user press "q" to stop the migration.