> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs

> Learn how to find your Auggie CLI log file on macOS and Windows.

<Tabs>
  <Tab title="Mac">
    Open a terminal and run the following command to reveal the log file in Finder:

    ```sh theme={null}
    open -R $TMPDIR/augment-log.txt
    ```
  </Tab>

  <Tab title="Windows">
    Press <kbd>Win</kbd> + <kbd>R</kbd> to open the Run dialog, then enter the following command to reveal the log file in Explorer:

    ```sh theme={null}
    explorer.exe /select,"%TEMP%\augment-log.txt"
    ```
  </Tab>
</Tabs>
