cancel
Showing results for 
Search instead for 
Did you mean: 

That's Odd: alfresco.log file appears when running JUnit

cpaul
Champ on-the-rise
Champ on-the-rise
Hi all,

I'm running a JUnit test that POSTs a request against an Alfresco webscript deployed to Tomcat locally and am seeing an "alfresco.log" file appear at the classpath root from where I run the test. The file is zero bytes in size. I'm not seeing this when I perform a GET request, either, just the POST. I'm using some 3rd party libraries to perform the request (I've tested with rest-assured, restfuse, and rapa) and seems to happen with all of them. Could be due to one of the dependencies… Apache Components httpclient seems to be a common one.

Just curious if anyone else has seen this and knows why it might be happening.

Thanks!
Chris
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Its likely to be whatever logger you have configured - or jog4j if you don't configure anything else.