diff --git a/going-to-production/monitoring/exporting-logs.html.md b/going-to-production/monitoring/exporting-logs.html.md index 7eefd1c16e..a8e07b93c3 100644 --- a/going-to-production/monitoring/exporting-logs.html.md +++ b/going-to-production/monitoring/exporting-logs.html.md @@ -43,18 +43,12 @@ fly secrets set LOGTAIL_TOKEN= You can configure as many providers as you'd like by adding more secrets. The secrets needed are determined by [which provider(s)](https://github.com/superfly/fly-log-shipper#provider-configuration) you want to use. -Before launching your application, you should edit the generated `fly.toml` file and delete the entire `[[services]]` section. Replace it with this: +Before launching your application, you should edit the generated `fly.toml` file and delete the entire `[[http_service]]` section. -```toml -[[services]] - http_checks = [] - internal_port = 8686 -``` - -Then you can deploy it: +Then you can deploy: ```cmd -fly deploy +fly deploy --no-public-ips ``` ## Shipping Specific Logs