<@ULVA73B9P> what type of logging contributes to t...
# marvin-in-the-wild
k
@Marvin what type of logging contributes to the log service rate limit?
m
API rate limits in Prefect are set to restrict the number of requests a single client can make within a certain time period, which ensures the stability of Prefect Cloud. However, the specific details about what type of logging contributes to the log service rate limit are not detailed in the search results I just received. For more accurate and detailed information regarding logging contributions to the rate limit, you may refer to the Prefect Cloud documentation on API Rate Limits &amp; Retention Periods. If the documentation does not cover your query to your satisfaction, consider contacting Prefect support at help@prefect.io for further assistance.
n
essentially anytime you send log records to cloud, that contributes to the log rate limit / general API use limit i.e. using get_run_logger().whatever() when pointing at cloud
k
@Nate thank you for the response. That was my assumption but I wanted to confirm and try and verify there was not anything else
n
👍