GitKraken Desktop Documentation

Activity Logs

Last updated: May 2025

Learn how to view all Git and application-level actions made in GitKraken Desktop using Activity Logs.


What are Activity Logs?

The Activity Logs panel, located in the footer toolbar of GitKraken Desktop, provides real-time feedback on actions taken within the application and your repositories.

Accessing Activity Logs from the footer toolbar

Each log entry includes a timestamp, a description of the action, and performance data in milliseconds. The logs are stored in plain text and presented in a standard log format.

Sample log line showing timestamp and performance data

Application Log

The Application tab in Activity Logs displays actions specific to the GitKraken Desktop instance. Events include:

  • Creating a project
  • Clearing SSH credentials
  • Setting the global gitconfig
Application tab showing GitKraken Desktop actions

This log remains static regardless of which repository is currently open.


Repository Log

The Repository tab displays Git operations performed on the currently active repository, such as:

  • Fetch
  • Push
  • Merge
Repository-level Git actions displayed in the log

Repository logs only reflect actions from the active repo.

Note: For more detailed entries, go to Preferences > General > Use extended logging in activity log.

Enabling extended logging adds more granularity, including details like Auto-fetch activity.

Extended logging shows additional Git operations

Git Hook Log

If you use Git hooks, the Repository tab will display hook activity such as:

  • Success messages
  • Warnings and failures
  • Errors
Git hook activity displayed in the log

This provides context for events, making it easier to troubleshoot issues.

Additionally, you can open the Git hook log directly from the snackbox notification if a hook-related error occurs.

Error snackbox linking to Git hook log
Have feedback about this article? Did we miss something? Let us know!
On this page