mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
---
|
|
id: log
|
|
title: "Log"
|
|
description: "Log"
|
|
custom_edit_url: null
|
|
---
|
|
|
|
|
|
|
|
Submit logs to the Log Handler for Plex Media Server
|
|
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|