Logs
In the context of a Docker-compose-based deployment, all logs related to Docker and
applications are easily accessible using the docker-compose logs
command invoked inside
the Onedatify directory. Additionally, application logs are persisted and can be found in
the persistence directory:
oneprovider_conf/
└── var
└── log
├── cluster_manager/
├── oneprovider/
├── op_panel/
└── op_worker/
Among many types of logs, the ones based on syslog logging levels (debug
, info
,
error
, etc.) are the most relevant ones for administrators. For more details, consult the
documentation.
Take a look at the op_worker service logs:
~$ tail -n 100 /opt/onedata/onedatify/oneprovider_conf/var/log/op_worker/info.log