Re: Upgrading to UAA 4.35.0 from UAA 4.30.0 stopped the UAA logging #uaa


Shetty, Viraj S [CTR]
 

I added a console setup and removed the file setup before compiling and it works. 

appender.console.type = Console
appender.console.name = STDOUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = ${log_pattern}
 
rootLogger.level = INFO
rootLogger.appenderRef.stdout.ref = STDOUT
 
logger.cfIdentity.name = org.cloudfoundry.identity
logger.cfIdentity.level = debug
 

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.