Not seeing the DEBUG LOGS in dev

So just recently I am unable to see the debug log output on the dev version of ESPHOME.


Current version: dev

INFO Reading configuration /config/esphome/wemos_d1_mini_3.yaml...
INFO Detected timezone 'GMT' with UTC offset 0 and daylight savings time from 28 March 01:00:00 to 31 October 02:00:00
INFO Starting log output from 192.168.0.122 using esphome API
INFO Connecting to 192.168.0.122:6053 (192.168.0.122)
INFO Successfully connected to 192.168.0.122

version: 1.15.3

INFO Reading configuration /config/esphome/wemos_d1_mini_3.yaml...
INFO Detected timezone 'GMT' with UTC offset 0 and daylight savings time from 28 March 01:00:00 to 31 October 02:00:00
INFO Starting log output from 192.168.0.122 using esphome API
INFO Connecting to 192.168.0.122:6053 (192.168.0.122)
INFO Successfully connected to 192.168.0.122
[08:46:50][I][app:105]: ESPHome version 1.16.0-dev compiled on Nov  9 2020, 17:11:20

When I revert back to 1.15.3 all is ok I and can see the log
On dev 116 it does not appear to get as far as [08:46:50][I][app:105]:?

.yaml

# Enable logging
logger:

Do I need to add anything to the ESPHOME dev Configuration?