1. Getting Started
    1. Welcome
    2. Description
    3. Screenshots
  2. Using glogg
    1. Documentation
  3. Getting Involved
    1. Download
    2. Mailing List
    3. Contributing
    1. Legal Notice

glogg - the fast, smart log explorer

glogg is a multi-platform GUI application to browse and search through long or complex log files. It is designed with programmers and system administrators in mind. glogg can be seen as a graphical, interactive combination of grep and less.

Latest News

Older news is available in the archive section.

glogg v0.9.0 released

This is the first version on the new 0.9.X development branch towards 1.0

Main changes from v0.8.3:

  • Add a ‘matches overview’ bar on the right hand side.
  • Allow the user to create ‘marks’ in the log which are shown in the filtered view and in the overview.
  • Windows version now stores the configuration in an ini file instead of the registry.
  • Various bug corrections and memory usage enhancements.

Please see the git log at http://github.com/nickbnf/glogg/commits/master for the detailed changelog.

—10 Jan 2012

Fedora packages requested!

It would probably be good if glogg was available as packages for the RedHat family of distributions, as it is on Debian, Ubuntu, Arch and OpenSUSE. So if any Fedora (or other RedHat distro) user is keen on creating and maintaining the RPM packages, please post to the mailing list and they will be added to this website.

See https://groups.google.com/group/glogg-devel/browse_thread/thread/75455b9f763d8209?hl=en.

—05 Apr 2011

glogg v0.8.3 released

This is a bugfix update of branch 0.8.X more, new features will be implemented on the future 0.9.X branch.

Main changes from v0.8.2:

  • New, more robust, preference storage backend
  • Filters and history are not overwritten anymore when several instances of glogg are used simultaneously
  • Filters dialog is more intuitive and shows a preview of each filter
  • Fix the nasty flash on the info lines when a small update is done to the log file

Please see the git log at http://github.com/nickbnf/glogg/commits/master for the detailed changelog.

—21 Feb 2011

glogg v0.8.2 released

This new release adds some new minor features, as well as several bug fixes.

Main changes from v0.8.1:

  • Support automatic update of searches as the file grows.
  • Make the type of regexp used configurable and add case insensitivity.
  • QuickFind now signals the user it is ongoing.
  • Several bugs corrected (tabs, file not ending with LF…).

Please see the git log at http://github.com/nickbnf/glogg/commits/master for the detailed changelog.

—04 Jan 2011

glogg v0.8.1 released

This new release corrects a few important bugs on the 0.8 branch, as well as adding a couple of useful features.

Main changes from v0.8.0:

  • Support searching for the selected word using * and # keys.
  • Display the currently selected line and jump to a specific line using the ‘g’ key.
  • Correct display of file containing tabs.
  • Fix a crash when searching and browsing a file simultaneously on some machines.
  • Correct various graphic problems.

Please see the git log at http://github.com/nickbnf/glogg/commits/master for the detailed changelog.

—26 Oct 2010