diff --git a/share/templates/api/root/intro.tt b/share/templates/api/root/intro.tt
index 6034b0b755..5ddbae8566 100644
--- a/share/templates/api/root/intro.tt
+++ b/share/templates/api/root/intro.tt
@@ -146,7 +146,7 @@ The server rejects a client request with the following response codes:
The server sends the following error codes in case of internal issues:
- - 500 Server Internal Error: The 500 code is sent in response to a request which caused an unrecoverable error while processing the request. This is usually caused by database errors when modifying data, and they should never happen. If a 500 is encountered, please open a support ticket with Sipwise, providing the data you passed to the server (URL, headers, body), and the error message provided in /var/log/ngcp/oss.log of the server.
+ - 500 Server Internal Error: The 500 code is sent in response to a request which caused an unrecoverable error while processing the request. This is usually caused by database errors when modifying data, and they should never happen. If a 500 is encountered, please open a support ticket with Sipwise, providing the data you passed to the server (URL, headers, body), and the error messages provided in /var/log/ngcp/panel*.log of the server.