/logfmt-mode

📜 logfmt highlighting for Emacs

Primary LanguageEmacs LispBSD 2-Clause "Simplified" LicenseBSD-2-Clause

logfmt-mode

Emacs syntax highlighting for logfmt logs.

Use

Simply activate logfmt-mode. You can directory-local variables to automatically activate it as well:

;; Use logfmt-mode for all files in the logs/ directory.
(("logs" . ((mode . logfmt))))