##// END OF EJS Templates
hg: Redirect Mercurial stdout/stderr to logging when running as WSGI...
hg: Redirect Mercurial stdout/stderr to logging when running as WSGI Any "console" output from Mercurial when Kallithea is running from WSGI should end up in Kallithea's logs. That seems like a nice general feature. This will however also solve another rare but more critical problem: Mercurial is writing to sys.stdout / sys.stderr, using several layers of wrapping. Since Mercurial 5.5 (with https://repo.mercurial-scm.org/hg/rev/8e04607023e5 ), all writes are given a memoryview. Apache httpd mod_wsgi is invoking the WSGI with a custom mod_wsgi.Log injected in sys.stdout / sys.stderr . This logger can however not handle memoryview - https://github.com/GrahamDumpleton/mod_wsgi/issues/863 .

File last commit:

r8098:b6b69559 default
r8795:fe050a93 stable
Show More
models.rst
29 lines | 511 B | text/x-rst | RstLexer
Lukasz Balcerzak
Fixed models link at documentation
r849 .. _models:
docs updates
r811
docs
r2095 ========================
Mads Kiilerich
docs: cleanup of casing, markup and spacing of headings...
r5413 The :mod:`models` module
docs updates
r811 ========================
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model
docs updates
r811 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.comment
docs update
r1839 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.permission
docs updates
r811 :members:
docs update
r1839
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.repo
whitespace cleanup
r3224 :members:
docs updates
r811
Bradley M. Kuhn
docs: fix building html
r4226 .. automodule:: kallithea.model.repo_group
docs update
r1839 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.scm
docs updates
r811 :members:
whitespace cleanup
r3224
Bradley M. Kuhn
First step in two-part process to rename directories to kallithea....
r4186 .. automodule:: kallithea.model.user
whitespace cleanup
r3224 :members:
Bradley M. Kuhn
docs: fix building html
r4226 .. automodule:: kallithea.model.user_group
whitespace cleanup
r3224 :members: