Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/CA/arcserve Unified Data Protection/Engine/Configuration/ |
Upload File : |
# Set root category priority to ERROR and its appender to logout. log4j.category.com.ca=INFO, logout ######################## LOG FILE ####################### # logout is set to be a RollingFileAppender. log4j.appender.logout=org.apache.log4j.RollingFileAppender log4j.appender.logout.File=../logs/vcmupgrade.log # Set logout file max size log4j.appender.logout.MaxFileSize=5120KB # Keep 5 backup files log4j.appender.logout.MaxBackupIndex=10 # logout uses PatternLayout. log4j.appender.logout.layout=org.apache.log4j.PatternLayout #log4j.appender.logout.layout.ConversionPattern= # %d{yyyy-MM-dd HH:mm:ss}[%-5p] %C{1}.%M - %m%n log4j.appender.logout.layout.ConversionPattern=%d{ISO8601} [%p] %C{1}.%M - %m%n