Knife log_location :win_evt and or :syslog fails with open': no implicit conversion of Symbol into String

knife log_location :win_evt and or :syslog
/opt/chef/embedded/lib/ruby/2.4.0/open-uri.rb:37:in `open': no implicit conversion of Symbol into String (TypeError)

Only works if set to STDOUT

While in the documents says it can be set to :win_evt or :syslog.

How can i make this work together with client.rb?
We're using knife download and uses client.rb config file

While in my workstation, i just set the log_location from STDOUT to :win_evt and throws this:

image

In linux log_location :syslog

image