Welcome simbadda !  

First, the log does not seem to be logging uploads even though "Uploads" is checked.  Is this a known issue?
It work fine for me.
Try/verify:
right click in the log box -> 
Log what -> check 
UploadsSecond, is there a way to tell the software to log the creation of folders?
Right click on the Home/ root of the VFS box -> 
Properties... -> add in the 
Diff template tab:
[ajax.mkdir|no log]
{.if|{.can mkdir.}|{:
   {.set|x|{.force ansi|%folder%{.postvar|name.}.}.}
   {.if|{.exists|{.^x.}.}|{.!exists.}|{:
      {.if|{.length|{.mkdir|{.^x.}.}.}|ok|{.!failed.}.}
     {.add to log|%user% {.!has created this folder:.} {.^x.}.}
   :}.}
:}|{.!forbidden.}.} 
! This only works with the default template of HFS beta above.
Edit: message updated for compatibility with latest beta (266)