diff --git a/website/src/content/docs/local-server/troubleshooting.mdx b/website/src/content/docs/local-server/troubleshooting.mdx index 43ff32b93..97a7568f6 100644 --- a/website/src/content/docs/local-server/troubleshooting.mdx +++ b/website/src/content/docs/local-server/troubleshooting.mdx @@ -15,7 +15,6 @@ keywords: ] --- -import { Tabs } from 'nextra/components' import { Aside, Steps } from '@astrojs/starlight/components' # Troubleshooting @@ -37,7 +36,7 @@ When Jan isn't working properly, error logs help identify the problem. Here's ho # macOS/Linux tail -n 50 ~/Library/Application\ Support/Jan/data/logs/app.log -# Windows +# Windows type %APPDATA%\Jan\data\logs\app.log ```