You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2018/08/03 11:40:00 UTC

[jira] [Created] (MESOS-9132) Logging level of Docker executor is always INFO

Benjamin Bannier created MESOS-9132:
---------------------------------------

             Summary: Logging level of Docker executor is always INFO
                 Key: MESOS-9132
                 URL: https://issues.apache.org/jira/browse/MESOS-9132
             Project: Mesos
          Issue Type: Bug
          Components: containerization, executor
            Reporter: Benjamin Bannier


A containerizer is constructed with the agent's flags. The Docker containerizer hands these down to e.g., also create flags for the executor with its {{dockerFlags}} helper function.

That helper sets a few flag members, but e.g., does not set the logging level which will at its default value {{INFO}}.

We should either consistently pass through the logging level to the executor (we probably should also audit what other flags are not properly propagated), or even better investigate providing a mechanism to control executor flags on a per-task basis.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)