Home
last modified time | relevance | path

Searched refs:logcontext (Results 1 – 18 of 18) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/logging/
H A Dscopecontextmanager.py93 def __init__(self, manager, span, logcontext, enter_logcontext, finish_on_close): argument
110 self.logcontext = logcontext
116 self.logcontext.__enter__()
126 self.logcontext.__exit__(type, value, traceback)
128 self.logcontext.scope = None
/dports/net-im/py-matrix-synapse/synapse-1.50.2/docs/
H A Dlog_contexts.md80 - The logcontext is set
86 start processing the next), without clearing the logcontext.
95 > same logcontext it started with.
98 > logcontext before running any callbacks.
109 the logcontext before returning. The logcontext is therefore clear
169 # not a logcontext-rules-compliant function
207 against the `request_context` logcontext, which may or may not be
211 cleared the logcontext. In this example, that means that 'Request
226 current logcontext before continuing the foreground process:
232 # start background_operation off in the empty logcontext, to
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/http/
H A Dsite.py92 self.logcontext: Optional[LoggingContext] = None
147 assert self.logcontext is not None
148 assert self.logcontext.request is not None
154 self.logcontext.request.requester = requester
237 self.logcontext = LoggingContext(
256 with PreserveLoggingContext(self.logcontext):
322 assert self.logcontext is not None
341 if self.logcontext is None:
352 with PreserveLoggingContext(self.logcontext):
392 assert self.logcontext is not None
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/app/
H A Dmedia_repository.py18 from synapse.util.logcontext import LoggingContext
H A Dfederation_reader.py18 from synapse.util.logcontext import LoggingContext
H A Dsynchrotron.py18 from synapse.util.logcontext import LoggingContext
H A Duser_dir.py18 from synapse.util.logcontext import LoggingContext
H A Dappservice.py18 from synapse.util.logcontext import LoggingContext
H A Devent_creator.py18 from synapse.util.logcontext import LoggingContext
H A Dfederation_sender.py18 from synapse.util.logcontext import LoggingContext
H A Dpusher.py18 from synapse.util.logcontext import LoggingContext
H A Dclient_reader.py18 from synapse.util.logcontext import LoggingContext
H A Dfrontend_proxy.py18 from synapse.util.logcontext import LoggingContext
H A Dadmin_cmd.py46 from synapse.util.logcontext import LoggingContext
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/logging/
H A Dtest_terse_json.py169 request.get_request_id(), parent_context=request.logcontext
/dports/net-im/py-matrix-synapse/synapse-1.50.2/
H A DCHANGES.md3291 - Create a mechanism for marking tests "logcontext clean". ([\#8399](https://github.com/matrix-org/…
5349 - Fix logcontext spam on non-Linux platforms. ([\#6059](https://github.com/matrix-org/synapse/issue…
5866 - Fix missing logcontext warnings on shutdown. ([\#5369](https://github.com/matrix-org/synapse/issu…
5887 - Improve logging for logcontext leaks. ([\#5288](https://github.com/matrix-org/synapse/issues/5288…
6488 - More logcontext checking in unittests ([\#4205](https://github.com/matrix-org/synapse/issues/4205…
6492 - Garbage-collect after each unit test to fix logcontext leaks ([\#4227](https://github.com/matrix-…
7283 - Fix logcontext resource usage tracking (PR #3258)
7363 - Fix a class of logcontext leaks (PR #3170)
7364 - Fix a couple of logcontext leaks in unit tests (PR #3172)
7365 - Fix logcontext leak in media repo (PR #3174)
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php1229 …* @param array|null $logcontext If defined, an array with extra informations (can be used by s…
1232 …vel = LOG_INFO, $ident = 0, $suffixinfilename = '', $restricttologhandler = '', $logcontext = null) argument
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php1423 …* @param array|null $logcontext If defined, an array with extra informations (can be used by s…
1426 …vel = LOG_INFO, $ident = 0, $suffixinfilename = '', $restricttologhandler = '', $logcontext = null) argument