From 048558b9edf93f5211c82f83ba7ca89bf1880de8 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 16 Feb 2020 12:46:43 +1030 Subject: [PATCH] docs: add logs section and fix typo in install line --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec660978..978b8db9b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Graphql-api wrapper around [@unraid/core](https://github.com/unraid/core). Ensure you have the latest version of the unraid.net plugin. This script should be run automatically on every boot. ```bash -/etc/rc.d/rc.unraid.net install +/etc/rc.d/rc.unraid-api install ``` ## Connecting @@ -20,5 +20,9 @@ See https://graphql.org/learn/serving-over-http/#http-methods-headers-and-body ### WS If you're using the ApolloClient please see https://github.com/apollographql/subscriptions-transport-ws#full-websocket-transport otherwise see https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md +## Logs + +If installed on a unraid machine logs can be accessed via `/etc/rc.d/rc.unraid-api logs` or directly at `/var/run/graphql-api.log`; otherwise please see stdout. + ## License Copyright 2019 Lime Technology Inc. All rights reserved.