Skip to content

Commit aeb7b95

Browse files
committed
Remove unused parameters from the logs method documentation.
1 parent c4819f5 commit aeb7b95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apolo-sdk/docs/apps.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Apps
5252
:param str org_name: org to get values from. Default is current org.
5353
:param str project_name: project to get values from. Default is current project.
5454

55-
.. method:: logs(app_id: str, *, cluster_name: Optional[str] = None, org_name: Optional[str] = None, project_name: Optional[str] = None, since: Optional[datetime] = None, timestamps: bool = False, separator: Optional[str] = None, debug: bool = False) -> AsyncContextManager[AsyncIterator[bytes]]
55+
.. method:: logs(app_id: str, *, cluster_name: Optional[str] = None, org_name: Optional[str] = None, project_name: Optional[str] = None, since: Optional[datetime] = None, timestamps: bool = False) -> AsyncContextManager[AsyncIterator[bytes]]
5656
:async:
5757

5858
Get logs for an app instance, async iterator. Yields chunks of logs as :class:`bytes`.
@@ -63,8 +63,6 @@ Apps
6363
:param str project_name: Project where the app is deployed. Default is current project.
6464
:param datetime since: Optional timestamp to start logs from.
6565
:param bool timestamps: Include timestamps in the logs output.
66-
:param str separator: Optional separator for live logs.
67-
:param bool debug: Include debug information in the logs.
6866

6967
===
7068

0 commit comments

Comments
 (0)