# Enable Browser console output on remote

**URL:** https://discourse.roots.io/t/enable-browser-console-output-on-remote/18820
**Category:** sage
**Tags:** webpack, sage9
**Created:** 2020-07-31T12:25:53Z
**Posts:** 1

## Post 1 by @kpoxo6op — 2020-07-31T12:25:53Z

hello all,  
I add Vue 2.6 to my Roots site by following [the guide posted on another thread](https://discourse.roots.io/t/adding-vue-js-to-sage-9-dependencies-and-approach/9644) and didn’t have major issues… until now.

For some reason, one of my Vue actions (`setDogPlaces`) is not not fired on remote. I’d like to have a look at `console.log` output to see what is going on, however it is switched off by `yarn build production`.

So, I can’t see console output on my remote. Local VS remote screenshot -

 ![image](https://discourse.roots.io/uploads/default/original/2X/6/6cc64fd00a1ae5475e697540eb664e1efecd47ae.png)

My Vue app is not totally broken on remote - I can invoke `setDogPlaces` just fine from the menu. It’s just initial page load glitch I need like to investigate.

**Question** - how do I enable Browser console output on remote?
