sigoden / window-switcher

Easily switch between windows of the same app with Alt+` (Backtick), also switch between apps with Alt+Tab.
MIT License
559 stars 22 forks source link

log not work #108

Closed Tback1 closed 4 months ago

Tback1 commented 4 months ago
[log]

# Log level can be one of off,error,warn,info,debug,trace.
level = debug

# Log file path. 
path = W:\2\switch.log

I put a blank log file in the W:\2\switch.log but no content output to it. but output to w:\2switch.log

sigoden commented 4 months ago

The file path is invalid. Didn't window-switcher.exe notify you with a msgbox? @Tback1

The path needs escaping.

path = W:\\2\\switch.log
Tback1 commented 4 months ago

no mention to me. I guessed it need double \ to escaping, so maybe it's a bug.

sigoden commented 4 months ago

I can confirm that an msgbox will pop up if the log path is incorrect. image