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

Can logging to the migrations folder be disabled? #435

Closed
macfarmw opened this issue Aug 3, 2021 · 1 comment
Closed

Can logging to the migrations folder be disabled? #435

macfarmw opened this issue Aug 3, 2021 · 1 comment

Comments

@macfarmw
Copy link
Contributor

macfarmw commented Aug 3, 2021

I have a case where the path for some of the files Roundhouse is trying to save to the migrations folder lead to path too long error. This is caused by a long AWS RDS fully qualified server name. I don't really need the migrations output and I would like to disable this option if that's possible.

Is there a way to disable this logging function when I call rh.exe?

Thanks.

@erikbra
Copy link
Member

erikbra commented Sep 12, 2021

Yes, the --disableoutput switch should do this, please see https://github.com/chucknorris/roundhouse/wiki/ConfigurationOptions#switches

You can also choose a different output folder with the --outputpath option.

@erikbra erikbra closed this as completed Sep 12, 2021
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