I'm getting errors when converting from TWiki to Confluence 4.1. Where is uwc.log? I can't find it anywhere on my local drive.
Community moderators have prevented the ability to post new answers.
It should be on the same folder where uwc.jar exists! Unless you have configured a different location in the log4j.properties file residing in the same folder!
Not there. I didn't touch log4j.properties.
# Log4j configuration file. # Available levels are DEBUG, INFO, WARN, ERROR, FATAL log4j.rootCategory=INFO, A1, A2 # This logger will write output to a uwc-total.log file so # that we can immediately see total conversion times without having to # wade through the other output. log4j.logger.totalsFileLog=INFO, A3 #log4j.logger.com.atlassian.uwc=DEBUG log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d %-5p [%t] - %m%n log4j.appender.A2=org.apache.log4j.FileAppender log4j.appender.A2.layout=org.apache.log4j.PatternLayout log4j.appender.A2.layout.ConversionPattern=%d %-5p [%t] - %m%n log4j.appender.A2.File=uwc.log log4j.appender.A3=org.apache.log4j.FileAppender log4j.appender.A3.layout=org.apache.log4j.PatternLayout log4j.appender.A3.layout.ConversionPattern=%d %-5p [%t] - %m%n log4j.appender.A3.File=uwc-totals.log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you change the log level to Debug and see if it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
log4j.logger.com.atlassian.uwc=DEBUG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.