You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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?
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)?
The text was updated successfully, but these errors were encountered: