How to clear the RabbitMQ log
The C:\ drive is almost out or is out of space
Tyler Workflow
Time and Attendance
RabbitMQ
RabbitMQ log can grow to GBs in size and take up space on the drive
Open an elevated Windows PowerShell
Right click and Run as Administrator
Open File Explorer
Navigate to C:\Program Files\Tyler Technologies\RabbitMQ\log
By default, this is the C:\ drive but can also be located on other drives.Â
Note the name of the log file.
Log file name starts with Rabbit and ends with the name of the server.
For example: rabbit@servername.log
Copy the path by placing the cursor in the address bar, right click and select copy
Back in the Windows PowerShell prompt, type cd and press CTRL+V to paste the path to the log file.Â
Should show as cd "C:\Program Files\Tyler Technologies\RabbitMQ\log"
Press ENTER
Type Clear-Content nameofrabbitlog
For example:Â Clear-Content rabbit@servername.log
Press ENTER
Log file has now shrunk in size
No service restart necessary
RabbitMQ is a critical piece to the functionality of Tyler WorkflowÂ