cancel
Showing results for 
Search instead for 
Did you mean: 

logs for upload document Restfull service

brijeshnk
Star Contributor
Star Contributor

Hi there ,

I am uplaoidng document using following  RestFull service API . 

http://<IP>:8080/alfresco/service/api/upload

In which  logs file , i can  see  incoming / outgoing messages on server . I verified alfresco.log its not visible there

Is there any specific  parameter to be enabled in config to log incoming and outgoing messages in logs ?

thanks

Brijesh N K

3 REPLIES 3

EddieMay
World-Class Innovator
World-Class Innovator

Hi @brijeshnk,

You can turn on debug using log4j.logger.org.alfresco.rest 

HTH

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

I just added this comment under

..\alfresco-content-services\tomcat\webapps\alfresco\WEB-INF\classes\log\log4j.properties  .

Hope this will log all the incoming / outgoing  REST API calls in alfresco.log file

thanks a lot , will implement and confirm

 I just executed , nothing is printed in alfresco.log . following is screen shot from POSTMAN.   Response message is success . I was expecting payload to be printed in alfresco.log .

log4j.propertites screen shot

image

image

log4j.properties  screenshot