From 09528ca77b474980729ec31cee38d1ae0185cc72 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 6 Jun 2019 22:37:35 +0200 Subject: [PATCH 1/2] Adding informations on yunohost operations logs --- troubleshooting_guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/troubleshooting_guide.md b/troubleshooting_guide.md index 190ec734..e779a2ef 100644 --- a/troubleshooting_guide.md +++ b/troubleshooting_guide.md @@ -126,6 +126,9 @@ Generic logs for PHP apps. ##### yunohost.log This is the log created at the YunoHost install. If you have issue installing YunoHost, check this file. +##### yunohost operations logs +This is the logs created when you install, remove, backup, etc... an apps, they can be found in `/var/log/yunohost/categories/operation`. + This list is not exhaustive. Furthermore, some app may put their logs in `/var/log` too. Slapd logs are unfortunately in `/var/log/syslog`. ## RAM usage From 02e995a464f33ff0e6269341ad35c23a7ca805e0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 11 Jun 2019 00:10:43 +0200 Subject: [PATCH 2/2] changing to webmin and command line instructions --- troubleshooting_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troubleshooting_guide.md b/troubleshooting_guide.md index e779a2ef..fec52ddb 100644 --- a/troubleshooting_guide.md +++ b/troubleshooting_guide.md @@ -126,8 +126,8 @@ Generic logs for PHP apps. ##### yunohost.log This is the log created at the YunoHost install. If you have issue installing YunoHost, check this file. -##### yunohost operations logs -This is the logs created when you install, remove, backup, etc... an apps, they can be found in `/var/log/yunohost/categories/operation`. +##### YunoHost operations logs +This is the logs created when you install, remove, backup, etc... an apps, they can be found using the Webadmin in Tools > Logs or using the command line: `yunohost log list` and `yunohost log display`. This list is not exhaustive. Furthermore, some app may put their logs in `/var/log` too. Slapd logs are unfortunately in `/var/log/syslog`.