v0.1.8
Changed
- Install template (
rails generate ez_logs_agent:install) now pre-fillsconfig.server_urlwith the real SaaS endpoint (https://app.ezlogs.io) andconfig.project_tokenwithENV["EZLOGS_API_KEY"], uncommented. Self-hosters override viaENV["EZLOGS_SERVER_URL"]. New customers only need to set one env var (the API key); they no longer have to know to uncomment the URL line or guess the right value. - Documentation (
QUICKSTART.md,CONFIGURATION.md,FAQ.md) uses the real product URLs (app.ezlogs.io,ezlogs.io/pricing) instead ofyour-ezlogs-server.complaceholders.
No wire-format or runtime-behavior changes. Existing customers' already-generated initializer files are untouched — the generator doesn't rewrite them. Only fresh installs see the new defaults.