Skip to content

Core Settings

Core settings control the fundamental behavior of ChannelWatch: how it timestamps events, how much it logs, and which alert types are active. All of these are configured through the web UI at http://your-server-ip:8501 under Settings.

SettingDefaultDescription
TimezoneAmerica/Los_AngelesIANA timezone used for all timestamps in notifications and logs
Log LevelStandardControls log verbosity: Standard (level 1) or Verbose (level 2)
Log Retention7 daysHow long log files are kept before automatic cleanup
Channel WatchingEnabledLive TV viewing notifications
VOD WatchingEnabledRecorded content and library playback alerts
Recording EventsEnabledLifecycle alerts for scheduled, started, completed, and cancelled recordings
Disk SpaceEnabledStorage threshold alerts at warning and critical levels
Stream CountingEnabledIncludes total active stream count in notifications

ChannelWatch uses the timezone you set here for all notification timestamps and log entries. The value must be a valid IANA timezone name — for example America/New_York, Europe/London, or Asia/Tokyo.

You can also set the timezone via the TZ environment variable in your compose file, which overrides the web UI value:

environment:
TZ: "America/New_York"

Two levels are available:

  • Standard (default) — logs connection events, alert dispatches, and errors. Suitable for normal operation.
  • Verbose — adds detailed event processing, API call traces, and session lifecycle messages. Use this when troubleshooting unexpected behavior.

Verbose mode generates significantly more log output. Switch back to Standard once you’ve diagnosed the issue.

ChannelWatch automatically deletes log files older than the configured retention period. The default is 7 days. Increase this if you want a longer audit trail; decrease it on low-storage systems.

Log files are stored at /config/logs/ inside the container (the directory you mounted as /config).

Each alert type can be enabled or disabled independently. Disabling an alert type stops ChannelWatch from sending notifications for that category — it does not affect monitoring or logging.

Alert typeWhat it covers
Channel WatchingLive TV streams on any tuner or client
VOD WatchingPlayback of recorded content or DVR library items
Recording EventsScheduled, started, completed, cancelled, and stopped recordings
Disk SpaceFree space on the DVR storage path falling below configured thresholds

For per-alert configuration options (which fields appear in notifications, cooldown timers, image sources), see the individual alert pages:

When enabled, ChannelWatch includes the total number of active streams across all connected DVR servers in Channel Watching notifications. This gives you a quick sense of household activity at a glance.

ChannelWatch v1.0 exposes a REST API at /api/v1/. By default the API is open on your local network. To require authentication, set an API key in Settings > Security. Once set, all API requests must include the key as a bearer token.

See API Keys for setup details.

  • DVR Connection — add and manage your Channels DVR servers
  • Hot Reload — apply configuration changes without restarting the container