From a28fe92119a22772266b2cead0e4c6b15d4922d5 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 1 Apr 2024 06:07:48 +1100 Subject: [PATCH] Update usage.md * Update how to enable logging --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 91fc3b00..bc23ed11 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -507,7 +507,7 @@ Are you sure you want to proceed with --force-sync [Y/N] To proceed with `--force-sync`, you must type 'y' or 'Y' to allow the application to continue. ### Enabling the Client Activity Log -When running onedrive, all actions can be logged to a separate log file. This can be enabled by using the `--enable-logging` flag. +When running onedrive, all actions can be logged to a separate log file. This can be enabled by using the `--enable-logging` flag or by adding `enable_logging = "true"` to your 'config' file. By default, log files will be written to `/var/log/onedrive/` and will be in the format of `%username%.onedrive.log`, where `%username%` represents the user who ran the client to allow easy sorting of user to client activity log.