GitKraken Desktop Documentation

View Activity Logs in GitKraken Desktop

Last updated: January 2026

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.

User clicking the Activity Logs icon in the GitKraken Desktop footer to view repository events and actions
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.

Activity log entry showing a commit message being amended with timestamp and duration in milliseconds
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 activity log in GitKraken Desktop showing timestamps, actions, and durations for tasks like opening repositories and refreshing 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 tab showing Git operations like fetch, push, reset, squash, and commit along with timestamps and durations
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.

Repository Activity Logs displaying Git operations like fetch, pull request retrieval, commit creation, and auto-fetch with timestamps and durations
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 log displaying a mismatch between the global commit email and the expected committing email, with hook process termination
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.

GitKraken Desktop error snackbox with message 'pre-commit: Git Hook exited with 1' and options to view the log or dismiss the message
Error snackbox linking to Git hook log
Have feedback about this article? Did we miss something? Let us know!
On this page