I have set log debug but dspace can't create log dspace. I have do follow guide in link above but it not working
<Properties>
<!-- Default log file directory for DSpace.
NOTE: The value of 'dspace.dir' will be replaced by its value in
your configuration when DSpace is installed. -->
<Property name='log.dir'>${log4j:configParentLocation}/../log</Property>
<!-- Log level for all DSpace-specific code (org.dspace.*)
Possible values (from most to least info):
DEBUG, INFO, WARN, ERROR, FATAL -->
<Property name='loglevel.dspace'>DEBUG</Property>
<!-- Log level for other third-party tools/APIs used by DSpace
Possible values (from most to least info):
DEBUG, INFO, WARN, ERROR, FATAL -->
<Property name='loglevel.other'>INFO</Property>
</Properties>