vrc-tail logo

vrc-tail Narazaka

Use this command to install vrc-tail:
winget install --id=Narazaka.vrc-tail -e

tail -f for VRChat

vrc-tail is a monitoring tool designed to track and display VRChat logs in real-time, providing developers and testers with essential debugging information. The software continuously reads recent log files, offering updates as new data becomes available.

Key Features:

  • Real-time log monitoring for VRChat worlds.
  • Support for filtering logs based on specific keywords or patterns.
  • Color-coded log levels to easily distinguish between different types of messages.
  • Option to suppress date/time stamps for cleaner output.
  • Ability to ignore blank lines or filter out irrelevant data.

Audience & Benefit: Ideal for developers, testers, and VRChat content creators who need to monitor world activity or debug issues. vrc-tail simplifies the process of tracking logs without manually checking files, saving time and improving efficiency.

The tool can be installed via winget, making it easy to integrate into your workflow.

README

vrc-tail

tail -f for VRChat logs

  • reads recent set of logs (started in 30 seconds)
    • output_log_2023-09-10_12-12-00.txt: read as [3]
    • output_log_2023-09-10_12-11-40.txt: read as [2]
    • output_log_2023-09-10_12-11-10.txt: read as [1]
    • output_log_2023-09-10_12-10-50.txt: read as [0]
    • output_log_2023-09-10_12-10-00.txt: ignore
  • colored

console

Install

Winget

winget install Narazaka.vrc-tail

Portable

Download from Release page and place somewhere.

Console Commands

> Commands:
>   ? - show this help
>   q - quit
>   s - toggle ignore blank lines
>   l - toggle colored log level
>   d - toggle supress log date
>   / - filter
>   r - reset filter

License

Zlib License

Versions
1.4.1
1.3.3
Website