Skip to content

Commit

Permalink
FIXME: hack cgroup metrics and logging fixes for pulsar, need to fix …
Browse files Browse the repository at this point in the history
…these upstream in the role
  • Loading branch information
natefoo committed Jun 15, 2018
1 parent 340a508 commit b701ec9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<cpuinfo verbose="true" />
<meminfo />
<uname />
<cgroup />
</job_metrics>
8 changes: 7 additions & 1 deletion roles/galaxyproject.pulsar/templates/server.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ port = 8913

## Configure Python loggers.
[loggers]
keys = root,pulsar
keys = root,pulsar,galaxy

[handlers]
keys = console
Expand All @@ -78,6 +78,12 @@ handlers = console
qualname = pulsar
propagate = 0

[logger_galaxy]
level = DEBUG
handlers = console
qualname = galaxy
propagate = 0

[handler_console]
class = StreamHandler
args = (sys.stderr,)
Expand Down

0 comments on commit b701ec9

Please sign in to comment.