Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions dev/logging.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[loggers]
keys=root, twisted, tron, tron.serialize.runstate.statemanager, tron.api.www.access, task_processing, tron.mesos.task_output, pymesos
keys=root, twisted, tron, tron.serialize.runstate.statemanager, tron.api.www.access, task_processing, yelp_lib.clog.StreamTailer

[handlers]
keys=stdoutHandler, accessHandler, nullHandler
Expand Down Expand Up @@ -41,18 +41,6 @@ handlers=stdoutHandler
qualname=task_processing
propagate=0

[logger_pymesos]
level=DEBUG
handlers=stdoutHandler
qualname=pymesos
propagate=0

[logger_tron.mesos.task_output]
level=INFO
handlers=nullHandler
qualname=tron.mesos.task_output
propagate=0

[handler_stdoutHandler]
class=logging.StreamHandler
level=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pytimeparse
pytz
PyYAML>=5.1
requests
task_processing[mesos_executor,k8s]>=1.2.0
task_processing[k8s]
Twisted>=19.7.0
urllib3>=1.24.2
Werkzeug>=0.15.3
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
addict==2.2.1
argcomplete==1.9.5
asttokens==2.2.1
attrs==19.3.0
Expand All @@ -25,7 +24,6 @@ ecdsa==0.13.3
executing==1.2.0
future==0.18.3
google-auth==1.23.0
http-parser==0.9.0
humanize==0.5.1
hyperlink==19.0.0
idna==2.8
Expand Down Expand Up @@ -62,7 +60,6 @@ pyasn1-modules==0.2.8
pycparser==2.19
pyformance==0.4
Pygments==2.13.0
pymesos==0.3.9
pyrsistent==0.15.4
pysensu-yelp==0.4.4
PyStaticConfiguration==0.10.4
Expand Down
Loading
Loading