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

multiple instance #1

Open
davisbra opened this issue Sep 19, 2019 · 2 comments
Open

multiple instance #1

davisbra opened this issue Sep 19, 2019 · 2 comments

Comments

@davisbra
Copy link

hi
is it possible to run multiple instance of whistle that run autosave plugin with different path?
for example i run whistle in different ports with
w2 start -p myport -S datamyport -C
how can configure autosave on run(above command)?

@avwo
Copy link
Member

avwo commented Sep 19, 2019

try to add cli argv -D baseDir to change the storage path of the plugin

@davisbra
Copy link
Author

I run two instance on ports 8899 and 8585
with w2 stop -p 8899 -S data8899 -C -D data8899
and w2 stop -p 8585-S data8585 -C -D data8585
it crate two folders
data8899 and data8585
but both of the logs from autosave plugin saved to logs directory.
I want to save logs separately based on different ports?

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