> cat /wizhelp/logs

========================================================================
                      Log Viewing
========================================================================

Monitor system logs and events (Level 5+).

VIEWING LOGS:
  viewlog [category] [count]
  
  Categories:
  - WAR      - War events
  - COMBAT   - Combat actions
  - AUTH     - Login/logout
  - ERROR    - System errors
  - ADMIN    - Admin actions
  
  Examples:
  viewlog              - Last 20 all events
  viewlog WAR          - Last 20 war events
  viewlog ERROR 50     - Last 50 errors

JOURNAL LOGS:
  journal [lines]
  
  View systemd journal entries
  Default: 20 lines, Max: 100 lines
  
  Shows raw system logs including:
  - Startup/shutdown
  - Python errors
  - System messages

LOG FORMAT:
  Time [Level] Category | Message
  
  Example:
  14:23:45 [INFO    ] AUTH     | Bob logged in

TIPS:
  - Check ERROR logs regularly
  - Monitor AUTH for suspicious activity
  - Review COMBAT for balance issues
  - Track WAR logs for war problems

========================================================================    

> _