summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/mboxd
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-06-09 17:26:06 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-06-12 16:59:58 +0300
commit295ae3bf0cf92349cdea0f4ffb96bb61a7513fbd (patch)
tree0bc08f82208a0cfc1b5dee126d02bfaa8e2b508a /meta-phosphor/common/recipes-phosphor/mboxd
parentab7d860452ac019c245bd1dfd1283a4b03468976 (diff)
downloadopenbmc-295ae3bf0cf92349cdea0f4ffb96bb61a7513fbd.tar.xz
mboxd: Reduce logging verbosity
Andrew Geissler reported that mboxd was flooding the journal during boot, making it difficult to track other behaviours in the log. Fixes openbmc/openbmc#1752 Change-Id: I90d4da42b06fe5a56a399fb849b17f318d6247b5 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/mboxd')
-rw-r--r--meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd.service b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd.service
index eab1da8d0..8adf56696 100644
--- a/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd.service
+++ b/meta-phosphor/common/recipes-phosphor/mboxd/mboxd/mboxd.service
@@ -8,7 +8,7 @@ After=dev-aspeed\x2dmbox.device
[Service]
Restart=always
-ExecStart={sbindir}/mboxd --flash {FLASH_SIZE} --verbose --window-size 1M
+ExecStart={sbindir}/mboxd --flash {FLASH_SIZE} --window-size 1M
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}