Skip to content

Commit 253e357

Browse files
committed
webp instead of png
1 parent 62c8abc commit 253e357

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/03_concepts/10_logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Each default redirect logger log entry will have specific format. After timestam
100100

101101
The log redirection can be deep, meaning that if the other actor also starts another actor and is redirecting logs from it, then in the top level actor you can see it as well. See following example screenshot of Apify console when one actor recursively starts itself (there are 2 levels of recursion in the example).
102102

103-
![Console with redirected logs](/img/guides/redirected_logs_example.png 'Example of console with redirected logs from recursively started actor.')
103+
![Console with redirected logs](/img/guides/redirected_logs_example.webp 'Example of console with redirected logs from recursively started actor.')
104104

105105
### Redirecting logs from already running Actor run
106106
In some cases you might want to connect to an already running Actor run and redirect its logs to your current Actor run. This can be done using the [ApifyClient](../../reference/class/Actor#apify_client) and getting the streamed log from a specific Actor run. You can then use it as a context manager and the log redirection will be active in the context, or you can control the log redirection manually by explicitly calling `start` and `stop` methods.
-422 KB
Binary file not shown.
142 KB
Loading

0 commit comments

Comments
 (0)