Persi commented on issue #284:
URL: https://github.com/apache/pulsar-manager/issues/284#issuecomment-619963492


   To get the logs of the internal backend on your local machine you could 
configure it like the following in your docker-compose file:
   
   ```
       environment:
         ...
         SPRING_APPLICATION_JSON : |
           {
            "logging": { "file": "/logs/backend.log"}
           }
         ...
       volumes:
         - /your_local_homepath/whatever_folder:/logs
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to