Skip to content

Commit 9280464

Browse files
committed
edits per tech review
1 parent 0e10fb2 commit 9280464

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/includes/licensing-and-reporting/log-location-and-monitoring.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
docs:
33
---
44

5-
Monitor the [NGINX error log](https://nginx.org/en/docs/ngx_core_module.html#error_log), usually located at `/var/log/nginx/error.log`, to identify subscription issues early. The log records problems such as failed usage reports or licenses that are close to expiring. Checking regularly helps you avoid downtime and stay compliant.
5+
Monitor the [NGINX error log](https://nginx.org/en/docs/ngx_core_module.html#error_log), usually at `/var/log/nginx/error.log`, to identify subscription issues early. The log records problems such as failed usage reports or licenses that are about to expire. Check it regularly to avoid downtime and stay compliant.
66

7-
<br>
7+
You can also use the [license API endpoint](https://demo.nginx.com/api/9/license) to check license status programmatically. For details, see the [ngx_http_api_module docs](https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_license_object).
88

9-
Examples of log entries include:
9+
Examples of log entries:
1010

1111
- **Failed usage reports:**
1212

@@ -30,4 +30,6 @@ Examples of log entries include:
3030
[emerg] license expired
3131
```
3232

33-
{{< call-out "important" "Important" >}}When a license expires, NGINX Plus stops processing traffic.{{< /call-out >}}
33+
{{< call-out "important" "Important" >}}
34+
NGINX Plus stops processing traffic if the license has been expired for more than 90 days.
35+
{{< /call-out >}}

0 commit comments

Comments
 (0)