-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapplication.yml
86 lines (85 loc) · 2.5 KB
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
logging:
level:
com.github.yoep.popcorn.backend.events: INFO
com.github.yoep.popcorn.backend.media.favorites: INFO
com.github.yoep.popcorn.backend.media.providers: INFO
com.github.yoep.popcorn.backend.media.resume: INFO
com.github.yoep.popcorn.backend.media.watched: INFO
com.github.yoep.popcorn.backend.settings: INFO
com.github.yoep.popcorn.backend.subtitles: INFO
com.github.yoep.popcorn.backend.torrent: INFO
com.github.yoep.popcorn.media: INFO
com.github.yoep.popcorn.ui.events: INFO
com.github.yoep.popcorn.ui.font: INFO
com.github.yoep.popcorn.ui.info: INFO
com.github.yoep.popcorn.ui.messages: INFO
com.github.yoep.popcorn.ui.platform: INFO
com.github.yoep.popcorn.ui.view: INFO
com.github.yoep.popcorn.ui: DEBUG
com.github.yoep.popcorn: INFO
com.github.yoep.torrent.frostwire: INFO
com.github.yoep.video.vlc: INFO
com.github.yoep.video.youtube: INFO
com.github.yoep.video: INFO
popcorn:
loggers:
popcorn_fx:
level: info
popcorn_fx::ffi:
level: info
popcorn_fx::ffi::favorites:
level: info
popcorn_fx::ffi::subtitles:
level: info
popcorn_fx::ffi::playlists:
level: trace
popcorn_fx::ffi::mappings::subtitle:
level: info
popcorn_fx_core:
level: info
popcorn_fx_core::core::cache:
level: info
popcorn_fx_core::core::config:
level: info
popcorn_fx_core::core::events:
level: info
popcorn_fx_core::core::loader:
level: info
popcorn_fx_core::core::media:
level: info
popcorn_fx_core::core::media::favorites:
level: info
popcorn_fx_core::core::media::providers:
level: info
popcorn_fx_core::core::media::tracking:
level: info
popcorn_fx_core::core::media::resume:
level: info
popcorn_fx_core::core::media::watched:
level: info
popcorn_fx_core::core::subtitles::parsers:
level: info
popcorn_fx_core::core::players:
level: info
popcorn_fx_core::core::playlists:
level: info
popcorn_fx_core::core::screen:
level: info
popcorn_fx_core::core::subtitles:
level: info
popcorn_fx_core::core::torrents:
level: info
popcorn_fx_core::core::updater:
level: info
popcorn_fx_opensubtitles:
level: info
popcorn_fx_platform:
level: info
popcorn_fx_players::chromecast:
level: info
popcorn_fx_players::dlna:
level: info
popcorn_fx_players::vlc:
level: info
popcorn_fx_torrent:
level: info