skyview/internal
Ole-Morten Duesund 4c9215b535 fix: Gate embedded files debug output behind verbose flag
The embedded files debug output was showing on every database page visit,
cluttering the logs with unnecessary information. Made it conditional on
the -verbose flag to reduce noise in production logs.

Changes:
- Added 'debug' field to Server struct
- Updated NewWebServer constructor to accept debug parameter
- Pass verbose flag from main.go to server constructor
- Made debugEmbeddedFiles() conditional on debug flag

Now debug output only appears when -verbose flag is used, keeping
normal operation clean while preserving debugging capability.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 19:59:34 +02:00
..
beast Clean up codebase and fix server host binding for IPv6 support 2025-08-24 18:36:14 +02:00
client Fix issue #21 and add aircraft position tracking indicators 2025-08-31 11:25:42 +02:00
database fix: Update SQLite driver name from 'sqlite3' to 'sqlite' 2025-09-01 19:54:24 +02:00
icao Clean up codebase and fix server host binding for IPv6 support 2025-08-24 18:36:14 +02:00
merger fix: Implement dynamic age calculation for aircraft tracking 2025-09-01 10:29:35 +02:00
modes Implement transponder code (squawk) lookup and textual descriptions 2025-08-31 12:02:02 +02:00
server fix: Gate embedded files debug output behind verbose flag 2025-09-01 19:59:34 +02:00
squawk style: Apply code formatting with go fmt 2025-09-01 10:05:29 +02:00
vrs Fix issue #21 and add aircraft position tracking indicators 2025-08-31 11:25:42 +02:00