forked from Tribler/tribler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
logger.conf
82 lines (66 loc) · 6.5 KB
/
logger.conf
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
[loggers]
keys=root,candidates,twisted,MetadataInjector,HiddenTunnelCommunity,TunnelMain,TunnelLogger,BarterCommunity,BarterCommunityCrawler
[handlers]
keys=debugging,default
[formatters]
keys=debugging,default
[logger_root]
level=ERROR
handlers=default
[logger_MetadataInjector]
level=INFO
qualname=MetadataInjector
handlers=default
propagate=0
[logger_BarterCommunity]
level=ERROR
qualname=BarterCommunity
handlers=default
propagate=0
[logger_BarterCommunityCrawler]
level=INFO
qualname=BarterCommunityCrawler
handlers=default
propagate=0
[logger_HiddenTunnelCommunity]
level=ERROR
qualname=HiddenTunnelCommunity
handlers=default
propagate=0
[logger_TunnelLogger]
level=ERROR
qualname=TunnelLogger
handlers=default
propagate=0
[logger_TunnelMain]
level=INFO
qualname=TunnelMain
handlers=default
propagate=0
[logger_candidates]
level=ERROR
qualname=dispersy-stats-detailed-candidates
handlers=default
propagate=0
[logger_twisted]
level=ERROR
qualname=twisted-reactor
handlers=default
[handler_default]
class=StreamHandler
level=NOTSET
formatter=debugging
args=(sys.stderr,)
[formatter_default]
format=%(asctime)s %(levelname)s %(message)s
class=logging.Formatter
[handler_debugging]
class=StreamHandler
level=NOTSET
formatter=debugging
args=(sys.stderr,)
[formatter_debugging]
format=%(levelname)-7s %(created).2f %(module)15s:%(lineno)-4d %(message)s
class=logging.Formatter
# List of all loggers found in Tribler as of 6.4-RC1:
# ABCApp ASyncDelayedResult ActivityListItem AllChannelCommunity AllChannelConversion AuthorizePayload BloomFilter Bootstrap Bundler BundlerPreferenceDBHandler Candidate CandidateDestination Category CellPayload Channel ChannelCastDBHandler ChannelCastPayload ChannelCastRequestPayload ChannelCommunity ChannelConversion ChannelListItem ChannelManager ChannelPayload ChannelSearchManager ChannelSearchPayload ChannelSearchResponsePayload ChannelTorrent CircuitRequestCache CommentPayload CreatePayload CreatedPayload CreatedRequestCache DefaultConversion DefaultDownloadStartupConfig DestroyCommunityPayload DestroyPayload DirectDistribution DiscoveryCommunity DiscoveryConversion Dispersy DispersyDatabase DownloadState DynamicSettingsPayload EmbeddedPlayerPanel EstablishIntroPayload EstablishRendezvousPayload EventElement ExtendPayload ExtendedIntroPayload ExtendedPayload FixedListBody GUIDBProducer GUITaskQueue GUIUtility GaugeSplash GlobalSeedingManager GuiImageManager HardKilledCommunity HttpTrackerSession IPRequestCache IdentityPayload Instance2InstanceServer InstanceConnectionHandler InterruptSocket Intro1Payload Intro2Payload IntroEstablishedPayload IntroductionRequestCache IntroductionRequestPayload IntroductionResponsePayload KeysRequestPayload KeysResponsePayload LibraryDetails LibraryListItem LibraryManager LibtorrentDownloadImpl LibtorrentMgr LinearResolution ListBody ListHeaderIcon LocalSearchManager LoopbackCandidate MagnetRequester MainFrame ManageChannelHeader MarkTorrentPayload Member MemberAuthentication MetadataCommunity MetadataConversion MetadataDBHandler MetadataInjector MetadataPayload MiscDBHandler MissingChannelPayload MissingIdentityPayload MissingMessagePayload MissingProofPayload MissingSequencePayload ModerationPayload ModificationPayload MultiHandler MyPreferenceDBHandler NoAuthentication NoPruning Notifier NullReporter PeerCache PeerDBHandler PingPayload PingRequestCache PlaylistManager PlaylistPayload PlaylistTorrentPayload PongPayload PreviewChannelCommunity PublicResolution PuncturePayload PunctureRequestPayload RSSFeedParser RawServer RawserverEndpoint RemoteSearchManager RemoteTorrentHandler Rendezvous1Payload Rendezvous2Payload RendezvousEstablishedPayload RequestCache RevokePayload RssParser SQLiteCacheDB SearchCommunity SearchConversion SearchRequest SearchRequestPayload SearchResponsePayload Session SessionStartupConfig SignatureRequestPayload SignatureResponsePayload SimilarityAttempt SimilarityRequestPayload SimilarityResponsePayload SingleInstanceChecker SocketHandler Socks5Connection Socks5Server SocksUDPConnection Stats StatsRequestPayload StatsResponsePayload StatusHolder SwapFirstTwoReranker TasteIntroPayload TftpHandler TftpRequester Timeline TitleHeader TopSearchPanel Torrent TorrentChecking TorrentCollectRequestPayload TorrentCollectResponsePayload TorrentDBHandler TorrentDef TorrentDetails TorrentListItem TorrentManager TorrentMessageRequester TorrentPayload TorrentRequestPayload TorrentStateManager TrackerInfoCache Tribler Tribler.Core Tribler.Core.APIImplementation Tribler.Core.APIImplementation.maketorrent Tribler.Core.APIImplementation.makeurl Tribler.Core.APIImplementation.miscutils Tribler.Core.DecentralizedTracking Tribler.Core.DecentralizedTracking.mainlineDHT Tribler.Core.Merkle Tribler.Core.Merkle.merkle Tribler.Core.Statistics Tribler.Core.Statistics.Status Tribler.Core.Statistics.Status.LivingLabReporter Tribler.Core.Statistics.Status.Status Tribler.Core.Statistics.Status.XmlPrinter Tribler.Core.Utilities Tribler.Core.Utilities.bencode Tribler.Core.Utilities.encoding Tribler.Core.Utilities.network_utils Tribler.Core.Utilities.timeouturlopen Tribler.Core.Utilities.utilities Tribler.Core.Video Tribler.Core.Video.VLCWrapper Tribler.Core.Video.VideoPlayer Tribler.Core.Video.utils Tribler.Core.osutils Tribler.Core.permid Tribler.Main Tribler.Main.Dialogs Tribler.Main.Dialogs.CreateTorrent Tribler.Main.Utility Tribler.Main.Utility.Feeds Tribler.Main.Utility.Feeds.feedparser Tribler.Main.Utility.GuiDBHandler Tribler.Main.tribler_main Tribler.Main.vwxGUI Tribler.Main.vwxGUI.GuiImageManager Tribler.TrackerChecking Tribler.TrackerChecking.TrackerUtility Tribler.community Tribler.community.bartercast4 Tribler.community.bartercast4.community Tribler.community.channel Tribler.community.channel.community Tribler.community.privatesemantic Tribler.community.privatesemantic.crypto Tribler.community.privatesemantic.crypto.optional_crypto Tribler.community.tunnel Tribler.community.tunnel.tests Tribler.community.tunnel.tests.test_libtorrent Tribler.dispersy Tribler.dispersy.bloomfilter Tribler.dispersy.community Tribler.dispersy.util TriblerLaunchMany TriblerUpgrader TunnelCommunity TunnelConversion TunnelExitSocket URLResourceRetriever UndoPayload UserCallbackHandler UserDefinedMaxAlwaysOtherwiseDividedOverActiveSwarmsRateManager UserDownloadChoice UserEventLogDBHandler VLCWrapper VideoPlayer VideoServer VoteCastDBHandler VoteCastPayload WalkCandidate XXXFilter dht dispersy-stats-detailed-candidates ndg ndg.httpsclient ndg.httpsclient.ssl_peer_verification requests tribler twisted twisted-reactor urllib3 urllib3.connectionpool urllib3.poolmanager urllib3.util urllib3.util.retry