mmm maybe it doesn’t show more details in the log because expect doesn’t find the pattern and doesn’t send the “\n” to continue to the next screen, this is the log from a regular execution:
2017-04-27 15:34:14,853 subiquitycore.core:88 Known Signals: ['quit', 'refresh', 'next-screen', 'prev-screen', 'menu:network:main:set-default-v4-route', 'menu:network:main:set-default-v6-route']
2017-04-27 15:34:14,853 subiquitycore.core:95 moving to screen Welcome
2017-04-27 15:34:15,748 subiquitycore.core:95 moving to screen Network
2017-04-27 15:34:15,749 subiquitycore.views.network:151 interfaces: [<subiquitycore.models.network.Networkdev object at 0x7f6ca7e1d2e8>]
2017-04-27 15:34:15,750 subiquitycore.ui.container:218 _focus_changed <FocusTrackingListBox selectable box widget>
2017-04-27 15:34:15,751 subiquitycore.ui.container:218 _focus_changed <FocusTrackingListBox selectable box widget>
2017-04-27 15:34:15,752 subiquitycore.ui.container:218 _focus_changed <FocusTrackingListBox selectable box widget>
2017-04-27 15:34:16,447 subiquitycore.ui.container:218 _focus_changed <FocusTrackingListBox selectable box widget>
It seems that there are no entries between moving to screen Welcome and moving to screen Network, what do you think?