Get Exchange Logs
Get exchange logs
Logs are very useful in case of debugging. You can easily get logs from all HollaEx components by running the command above.
You could specify the server components to see the logs. The value for the --targe
could be something like api
or stream
.
If you want to share your logs with others, try to use the --export
flag with hollaex logs
. The logs output will be saved as a file at the target path.
Status
Something seems off? Here's a simple command to quickly diagnose the exchange server status. With it you will be able to check the HollaEx server component's status and API health quickly.
Last updated