shayhatsor / zookeeper

Apache ZooKeeper .NET async Client
https://nuget.org/packages/ZooKeeperNetEx/
Apache License 2.0
236 stars 53 forks source link

location of ZK*.log files #23

Closed bitchkat closed 5 years ago

bitchkat commented 6 years ago

Is there any way to provide a directory name that the ZK.*.log files should be created in rather the current working directory?

shayhatsor commented 6 years ago

currently no, as a workaround you can disable it by ZooKeeper.LogToFile=false and then implement your own log writer by setting ZooKeeper.CustomLogConsumer to your specific implementation