From 9113d0c8b6cb7daf407a50a72d3d58f5aae9c0b1 Mon Sep 17 00:00:00 2001 From: Cyprien AVICO <95435335+Akmot9@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:38:13 +0100 Subject: [PATCH] Update logging.mdx update of the log target table on the linux row --- src/content/docs/plugin/logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/plugin/logging.mdx b/src/content/docs/plugin/logging.mdx index ef52478da4..3ba5424901 100644 --- a/src/content/docs/plugin/logging.mdx +++ b/src/content/docs/plugin/logging.mdx @@ -239,7 +239,7 @@ The following table describes the location of the logs per platform: | Platform | Value | Example | | -------- | ------------------------------------------------- | ------------------------------------------------- | -| Linux | `{configDir}/{bundleIdentifier}` | `/home/alice/.config/com.tauri.dev` | +| Linux | `$XDG_DATA_HOME/{bundleIdentifier}/logs` or `$HOME/.local/share/{bundleIdentifier}/logs` | `/home/alice/.local/share/com.tauri.dev/logs` | | macOS | `{homeDir}/Library/Logs/{bundleIdentifier}` | `/Users/Alice/Library/Logs/com.tauri.dev` | | Windows | `{FOLDERID_LocalAppData}/{bundleIdentifier}/logs` | `C:\Users\Alice\AppData\Local\com.tauri.dev\logs` |