From c52aa8937738a8093a49c7bbe75561c4e50e61f2 Mon Sep 17 00:00:00 2001 From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk> Date: Tue, 6 Aug 2019 12:33:01 +0100 Subject: [PATCH] Fixes a typo --- docs/clmc-development-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clmc-development-guide.md b/docs/clmc-development-guide.md index 25df538..cf8b7e9 100644 --- a/docs/clmc-development-guide.md +++ b/docs/clmc-development-guide.md @@ -130,7 +130,7 @@ Each service manages its own logging software: **clmc-service** -* `tail -f /var/log/flame/clmc/service.log` - general service logging while handling AP requests +* `tail -f /var/log/flame/clmc/service.log` - general service logging while handling API requests * `tail -f /var/log/flame/clmc/service-exceptions.log` - logging of unexpected errors while handling API requests * `journalctl -fu flameclmc` - logging of all the above plus logging from the graph-based monitoring script -- GitLab