jogging
jogging copied to clipboard
Jogging fails to log when using the console
Logging fails to log when using the console because source cannot be detected using 'name'. Instead of using: f_globals['name'], use: f_globals.get('name') to fix.