docker-example-omero icon indicating copy to clipboard operation
docker-example-omero copied to clipboard

Where are Omero Server Log files located?

Open jithumurugan opened this issue 3 years ago • 4 comments

Hello, could you please let me know where inside the omero-server container will be the log files be generated?

e.g. I attach to the server container using command: docker exec -it $(docker ps -aqf "name=dockerexampleomeromaster_omeroserver_1") /bin/bash

I see there are some files are written here: /OMERO/ManagedRepository/root_0/ Is this the right location or do you have a different location for the log files, Specifically I am trying to use python omero-py (BlitzGateway) client in order to retrieve the image data from server. ................ from omero.gateway import BlitzGateway ................ For such data retrievals, where are the respective logs generated in omero-server container (name=dockerexampleomeromaster_omeroserver_1)?

jithumurugan avatar Mar 29 '21 12:03 jithumurugan