Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on removing local.log #7

Open
hotforfeature opened this issue Aug 9, 2017 · 1 comment
Open

Add documentation on removing local.log #7

hotforfeature opened this issue Aug 9, 2017 · 1 comment

Comments

@hotforfeature
Copy link
Owner

Should add docs to the README to instruct devs on what to do if they want to stop browserstack-local from generating a local.log file. Config needs to include something like this:

module.exports = {
  plugins: {
    browserstack: {
      tunnel: {
        logFile: process.platform === 'win32' ? 'nul' : '/dev/null'
      }
    }
  }
};
@daKmoR
Copy link
Contributor

daKmoR commented Aug 13, 2017

this solution works nicely :)

thhxxx :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants