i have configured vsagent in client box when i start the vsagent i m not able to see the log files in vsconsole , i have added the agent as well
port=7001
# Only expose files that have been modified with the last [maxage] days
maxage=5
# Global extension filter
## All files exposed will have one of the following extensions.
fileview.extension=properties
fileview.extension=log
fileview.extension=txt
# Directories
# [directory path];[semicolon separated list of extensions]
#
# Since the global extension filter is always applied, you only need to specify extensions here if you
# want to specify a subset of the global extensions.
## exposes all files in these directories that have one of the global extensions
fileview.directory="D:/Verizon/ProgramFiles/Oracle/Middleware/user_projects/domains/omni_phase3_domain/servers/AdminServer/logs"
## only exposes *.log and *.txt here, does not expose *.properties
fileview.directory=D:/Verizon/ProgramFiles/Oracle/Middleware/user_projects/domains/omni_phase3_domain/servers/AdminServer/logs;log;txt
please help me out..