Skip to content

Releases: jincaiw/logcat

logcat v0.2.3

Choose a tag to compare

@jincaiw jincaiw released this 01 Jul 14:41

logcat v0.2.3

Highlights

  • Refined the notification-channel UI to keep only placeholder hints for HTTP settings.
  • Added HTTP notification channel support and aligned the release docs.
  • Improved security headers, request-body limits, and login throttling.
  • Added in-memory caching for hot read paths, stats TTL caching, and trace cleanup.
  • Improved DB indexes and observability for queue drops and trace cache size.

Assets

  • logcat-0.2.3-linux-amd64.tar.gz
  • logcat-0.2.3-linux-arm64.tar.gz

Docker

docker run -d --name logcat \
  --restart unless-stopped \
  -p 8080:8080 \
  -p 5140:5140/udp \
  -p 5140:5140/tcp \
  -v logcat-data:/app/data \
  qing1205/logcat:0.2.3

Default account

admin / admin123

Change the password after first login, or set LOGCAT_ADMIN_PASSWORD before the first start.

logcat v0.2.0

Choose a tag to compare

@jincaiw jincaiw released this 30 Jun 23:42

logcat v0.2.0

Highlights

  • Removed DingTalk and WeWork notification channels.
  • Supported notification channels are now Feishu, Email, and Syslog forwarding.
  • Added public health check endpoints: /healthz and /api/health.
  • Added Dockerfile and Docker Compose support.
  • Added Linux binary package build script and one-line installer.
  • Added GitHub Pages documentation.
  • Updated README to English by default with Chinese README link.
  • Added demo screenshots.
  • Improved production behavior: browser auto-open is disabled by default on Linux and in containers.
  • Added environment variables for initial admin username and password.

Assets

  • logcat-0.2.0-linux-amd64.tar.gz
  • logcat-0.2.0-linux-arm64.tar.gz

Docker

docker run -d --name logcat \
  --restart unless-stopped \
  -p 8080:8080 \
  -p 5140:5140/udp \
  -p 5140:5140/tcp \
  -v logcat-data:/app/data \
  jincaiw/logcat:0.2.0

Default account

admin / admin123

Change the password after first login, or set LOGCAT_ADMIN_PASSWORD before the first start.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:19