Async Logger

Async Logger

Asynchronous logging and efficient filtering - performance improvements and utility for keeping your logs clean

by
1.0M Downloads
fabricforgeneoforgeornithequiltoptimizationutility
Configure a Compatible Minecraft Server

About this Mod

Async Logger is a Minecraft mod that makes logging operations asynchronous.

In vanilla, loggers are not asynchronous. This means the actual logging operations, including I/O operations, happen on the logging thread. This mod changes logging to be asynchronous for better performance.

This can be especially useful when large amounts of messages are being logged and/or debug logging is enabled (default on Forge / NeoForge).

Benchmarks

Item Vanilla AsyncLogger
Simple Messages (10k) 6146.1ms 141.2ms
Messages with Placeholders (10k) 6413.2ms 96.6ms
Messages with Throwable (1.5k) 19572.4ms 9.0ms

You can do these tests yourself by enabling testPerformance in the config. When this option is enabled, the mod will log a large number of messages both before and after setting up async loggers. You can see the test results in the log.

Filtering

Starting from version 2.0.0, AsyncLogger supports log filtering. The filtering happens on the dedicated, async logger thread, ensuring there is no overhead for the caller.

To use, simply set filtering.enabled to true in the config, and edit one or more of the filters. Filtering by logger name, level, and message (match substring or regexps) is supported.

Technical Details

  • Asynchronous loggers are used, in favor of Asynchronous appenders. The former is newer, faster and lighter on allocation rate.
    • Asynchronous loggers require LMAX Disruptor, a lock-free inter-thread communication library. The mod will load the library onto the system classloader when it is not present. This mod redistributes LMAX Disruptor under the Apache-2.0 License.
  • The config file allows easy control of some log4j2 settings.
  • System.out and System.err can be redirected to loggers.

Available Versions

Async Logger 2.2.2+26.1.2-neoforgerelease
MC 26.1, 26.1.1, 26.1.2, 26.2neoforge
August 12, 2026
Async Logger 2.2.2+26.1.2-fabricrelease
MC 26.1, 26.1.1, 26.1.2, 26.2fabric
August 12, 2026
Async Logger 2.2.2+1.21.11-neoforgerelease
MC 1.21.10, 1.21.11neoforge
August 12, 2026
Async Logger 2.2.2+1.21.11-fabricrelease
MC 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
August 12, 2026
Async Logger 2.2.2+1.21.1-neoforgerelease
MC 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8neoforge
August 12, 2026

How to Install Async Logger on Your Client

1

Install the Mod Loader Locally

Install fabric for your local Minecraft version.

2

Download the Matching File

Choose the Async Logger file for fabric and Minecraft 26.3-snapshot-5.

3

Install Mod

Place the .jar file in your local .minecraft/mods folder and restart Minecraft. No server-side installation is required.

Compatibility

Mod Loaders

fabricforgeneoforgeornithequilt

Minecraft Versions

26.3-snapshot-5, 26.3-snapshot-4, 26.3-snapshot-3 (+94 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Does Async Logger need to be installed on the Minecraft server?

No. Modrinth marks Async Logger as unsupported on the server side. Install it only in your local Minecraft mods folder. Your server can remain unchanged unless the mod page lists an additional dependency.

Which version and loader does Async Logger require?

Use a file for fabric, forge, neoforge, ornithe, quilt and your exact Minecraft version. Supported versions include 26.3-snapshot-5, 26.3-snapshot-4, 26.3-snapshot-3. Files for different loaders are not interchangeable.

Async Logger is not working – what should I check?

First check the Minecraft version, loader version and required dependencies. Put the .jar file in your local .minecraft/mods folder and remove older duplicates. Because this mod is client-side, adding server RAM will not fix it.

Minecraft Server for Your Group

Async Logger stays on your client. Host a compatible world for your group.

Recommended RAM
4 GBfrom €5.2/mo
Minimum 3 GB | per 8 players
Create Server Now
Client Compatibility Guide
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v3.0 only
Server-side
Unsupported

Supported Versions

26.3-snapshot-526.3-snapshot-426.3-snapshot-326.3-snapshot-226.3-snapshot-126.226.1.226.1.126.11.21.11+87 more