Files
next.orly.dev/pkg/version
mleku 678a228fb8
Some checks failed
Go / build-and-release (push) Has been cancelled
Fix log parser to match lol library format (v0.38.1)
The lol library outputs logs in format:
  1703500000000000ℹ️ message /path/to/file.go:123

Where:
- Timestamp is Unix microseconds
- Level is emoji (☠️🚨⚠️ℹ️🔎👻)
- Message text
- File:line location

Updated parser to correctly parse this format.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 14:11:29 +01:00
..