05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Remove `RuntimeEvent.PROCESS.STDERR` #541

Open 05nelsonm opened 1 week ago

05nelsonm commented 1 week ago

Can save a thread by passing in Stdio.Null for the Process.Builder.stderr and ensure all tor logs are sent to stdout via configuration arguments "--Log" "notice stdout"