We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bf7cf commit 64ef31eCopy full SHA for 64ef31e
news/feature-4802.md
@@ -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