IBM WAS Spring logback classic not working -
i have developed spring webservice , deployed websphere application server. works fine except logback classic. works fine in local websphere server. when deploy non-prod environment testing, logback not initializing.
i have tried enabling debug="true" in logback.xml , in local prints info log logback information, information not getting printed in non-prod (test) environment.
i read somewhere in google, may due class loader policy in websphere. if thats case, how overcome issue. because can't change class loader policy in websphere, server instance used aother application ear also.
Comments
Post a Comment