Log to Disk Problem RB2011-UiAS-RM + ROS v6.36.2

Hi
I tried to log to a external USB flash drive (as described in the wiki http://wiki.mikrotik.com/wiki/Manual:System/Log#Logging_to_file) but i get an error with the slash “/” symbol to identify the path and name to the logfile.

/system logging action add disk-file-name=“/disk1/log” disk-lines-per-file=1000 disk-file-count=1000 name=extlog_disk1 target=disk
failure: action name can contain only letters and numbers

/system logging action add disk-file-name=“disk1/log” disk-lines-per-file=1000 disk-file-count=1000 name=extlog_disk1 target=disk
failure: action name can contain only letters and numbers

Can someone confirm this?

Did I configure something wrong or is this a bug in the latest ROS?

Error show that name is incorrect, not path:
failure: action name can contain only letters and numbers

This is the problem - name=extlog_disk1

I didn’t realise that. Thank you very much for the help! Everything works as expected.