From 87f5e3f102eb578dbd75a5d145b59bdcc00ebcc7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 22 Dec 2015 13:05:00 -0800 Subject: [PATCH] workaround journalctl logging bug --- setup/container/sudoers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/container/sudoers b/setup/container/sudoers index 5e4330109..a1b048c8f 100644 --- a/setup/container/sudoers +++ b/setup/container/sudoers @@ -1,3 +1,6 @@ +# sudo logging breaks journalctl output with very long urls (systemd bug) +Defaults !syslog + Defaults!/home/yellowtent/box/src/scripts/createappdir.sh env_keep="HOME BOX_ENV" yellowtent ALL=(root) NOPASSWD: /home/yellowtent/box/src/scripts/createappdir.sh