Skip to content

Commit 64ef31e

Browse files
committed
news: add entry for #4802
Signed-off-by: Attila Szakacs <[email protected]>
1 parent c3bf7cf commit 64ef31e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

news/feature-4802.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### Collecting Jellyfin logs
2+
3+
The new `jellyfin()` source, reads Jellyfin logs from its log file output.
4+
5+
Example minimal config:
6+
```
7+
source s_jellyfin {
8+
jellyfin(
9+
base-dir("/path/to/my/jellyfin/root/log/dir")
10+
filename-pattern("log_*.log")
11+
);
12+
};
13+
```
14+
15+
For more details about Jellyfin logging, see:
16+
* https://jellyfin.org/docs/general/administration/configuration/#main-configuration
17+
* https://jellyfin.org/docs/general/administration/configuration/#log-directory
18+
19+
As the `jellyfin()` source is based on a `wildcard-file()` source, all of the
20+
`wildcard-file()` source options are applicable, too.

0 commit comments

Comments
 (0)