Distributed self-replicating programs in Python
Go to file
David Wilson 17dda781c0 issue #317: ansible: fix log filtering in several cases
* mitogen/ansible_mitogen should only generate ERROR-level logs in
  log_path unless -vvv is enabled.
* Targets were accidentally configured to always have DEBUG set, causing
  many log messages to be sent on the wire even though they would be
  filtered in the master.

Closes #317.
2018-07-23 13:33:08 -07:00
.travis Updated Travis Config to use Ansible 2.6.1, Added build status in readme 2018-07-21 11:16:54 -04:00
ansible_mitogen issue #317: ansible: fix log filtering in several cases 2018-07-23 13:33:08 -07:00
docs docs: document local connection process model difference. 2018-07-22 16:25:06 -07:00
examples examples: fix mitogen-fuse on 2.x. 2018-07-12 20:16:44 +01:00
mitogen issue #310: fix negative imports on Python 3.x. 2018-07-22 16:25:06 -07:00
tests issue #301: support expandvars() for remote_tmp only. 2018-07-22 16:25:06 -07:00
.gitignore docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
.lgtm.yml compat: ignore LGTM checks on third party 2018-03-19 21:58:31 +05:45
.travis.yml Updated Travis Config to use Ansible 2.6.1, Added build status in readme 2018-07-21 11:16:54 -04:00
LICENSE Add license text everywhere. 2018-03-19 21:58:28 +05:45
README.md commented out travis badge 2018-07-21 13:15:30 -04:00
dev_requirements.txt Updated Travis Config to use Ansible 2.6.1, Added build status in readme 2018-07-21 11:16:54 -04:00
preamble_size.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
run_tests Record ulimit -a in run_test output. 2018-07-07 14:55:47 +01:00
setup.cfg Ignore another annoying flake8 message. 2018-05-28 02:33:47 +01:00
setup.py Update trove classifiers. 2018-07-07 14:55:47 +01:00
tox.ini Fix invocation of test runner by tox 2018-06-18 19:43:50 +01:00

README.md