i have the same problem with Sample dirs.
setup in init.tcl is like following:
# setup here the paths masks (or dirs masks) you don't want to be logged in newdir.log
set ND_NOLOG(ND) "*/req/* */archive/* */sample/* */Sample/* */sample*/* */Sample*/* */cd/* */CD/* */cd*/* */CD*/* */#DUMP1/* */#DUMP2/*"
# setup here the paths masks (or dirs masks) you don't want to be logged in dupedir.log
set ND_NOLOG(DIRS) "*/req/* */sample/* */Sample/* */cd/* */CD/* */cd*/* */CD*/* */#DUMP1/* */#DUMP2/*"
Can't understand why it always logs 'Sample' in newdir.log and dupedir.log under the upload section...
|