Skip to content

Commit

Permalink
Merge pull request #998 from whirm/update_logging_conf
Browse files Browse the repository at this point in the history
Raise the default loglevel of TunnelCommunity to ERROR.
  • Loading branch information
LipuFei committed Dec 16, 2014
2 parents db988cd + b5c1544 commit 4040d78
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion logger.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[loggers]
keys=root,candidates,twisted,MetadataInjector
keys=root,candidates,twisted,MetadataInjector,TunnelCommunity

[handlers]
keys=debugging,default
Expand All @@ -17,6 +17,12 @@ qualname=MetadataInjector
handlers=default
propagate=0

[logger_TunnelCommunity]
level=ERROR
qualname=TunnelCommunity
handlers=default
propagate=0

[logger_candidates]
level=ERROR
qualname=dispersy-stats-detailed-candidates
Expand Down Expand Up @@ -47,3 +53,6 @@ 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.bartercast3 Tribler.community.bartercast3.community Tribler.community.bartercast3.efforthistory 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

0 comments on commit 4040d78

Please sign in to comment.