Hello,
I have followed the instructions described in the documentation and my log is not writing in the correct place, just in the tomcat log and just the error messages, this is my configuration in the log4j file ( <APPIAN_HOME>/deployment/web.war/WEB-INF/resources/appian_log4j.properties):
#### custom connector log entrylog4j.logger.com.appian.us=DEBUG,INTEGRATION_LOG ###### INTEGRATION_LOG file appenderlog4j.appender.INTEGRATION_LOG=org.apache.log4j.RollingFileAppenderlog4j.appender.INTEGRATION_LOG.layout=org.apache.log4j.PatternLayoutlog4j.appender.INTEGRATION_LOG.layout.ConversionPattern=%d [%t] %-5p %c - %m%nlog4j.appender.INTEGRATION_LOG.File=${AE_LOGS}/integration.loglog4j.appender.INTEGRATION_LOG.MaxFileSize=10MBlog4j.appender.INTEGRATION_LOG.MaxBackupIndex=1000log4j.appender.INTEGRATION_LOG.encoding=UTF-8
in my gradle.build:implementation 'log4j:log4j:1.2.17'
But I always got the warn: No appenders could be found for logger
Into my project there are no log4j file, just one for testing into test/resources I think the component should take the appian_log4j.properties file right?
I'm missing some extra configuration? is it possible to set up log4j2?
Discussion posts and replies are publicly visible
PFA the link that can be useful in this case
docs.appian.com/.../Customizing_Application_Logging.html