Get verbose c standard output logging to a powershell console

danrossi

New Member
I am unable to get standard output logging when launching obs with powershell. I need to get access to verbose logging of an integrated rust library in a plugin.

In mac and Linux when launching obs from the console logging is shown. With windows there is no logging at all and exits the process after launching.

The command I am doing is something like

$env:RUST_LOG="debug"; $env:RUST_BACKTRACE=1; $env:OBS_LOG_LEVEL="debug"; Set-Location "build_x64\rundir\RelWithDebInfo\bin\64bit"; & .\obs64.exe --verbose

I get nothing. I tried alot of tricks and nothing.
 
Back
Top