Current behavior:
When I run DEBUG=cypress:* cypress run I got ALL the messages from cypress.
So far so good.
When I try to be more specific ie DEBUG=cypress:server* cypress run - I don't get to see any log at all.
Desired behavior:
According to the docs I should be able to use more specific selectors like the docs ones but they don't seem to work.

Steps to reproduce: (app code and test code)
DEBUG=cypress:server:* cypress run produces no extra logging
Versions
Cypress 3.4.0, Debian 9, Electron 61 Headless
Current behavior:
When I run
DEBUG=cypress:* cypress runI got ALL the messages from cypress.So far so good.
When I try to be more specific ie
DEBUG=cypress:server* cypress run- I don't get to see any log at all.Desired behavior:
According to the docs I should be able to use more specific selectors like the docs ones but they don't seem to work.

Steps to reproduce: (app code and test code)
DEBUG=cypress:server:* cypress runproduces no extra loggingVersions
Cypress 3.4.0, Debian 9, Electron 61 Headless