Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-28 Thread Brian Mathis
On Tue, Feb 28, 2017 at 1:44 PM, Thomas Eriksson < thomas.eriks...@slac.stanford.edu> wrote: > On 02/28/2017 08:55 AM, Brian Mathis wrote: > > > > Main issue I've seen is that logs grow by an order of magnitude larger > than > > when it's off, due to systemd being systemd and now running in debug

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-28 Thread Thomas Eriksson
On 02/28/2017 08:55 AM, Brian Mathis wrote: > On Tue, Feb 28, 2017 at 10:49 AM, Valeri Galtsev > wrote: > >> >> On Tue, February 28, 2017 9:22 am, Rob DeSanno wrote: >>> Last time I saw it, I had just upgraded my CentOS 7 box with the >>> 3.10.0-514 kernel and it rebooted already configured into

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-28 Thread Brian Mathis
On Tue, Feb 28, 2017 at 10:49 AM, Valeri Galtsev wrote: > > On Tue, February 28, 2017 9:22 am, Rob DeSanno wrote: > > Last time I saw it, I had just upgraded my CentOS 7 box with the > > 3.10.0-514 kernel and it rebooted already configured into debug mode. > Not > > sure if this is a “featureâ€

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-28 Thread Valeri Galtsev
On Tue, February 28, 2017 9:22 am, Rob DeSanno wrote: > Last time I saw it, I had just upgraded my CentOS 7 box with the > 3.10.0-514 kernel and it rebooted already configured into debug mode. Not > sure if this is a “feature” of the newer kernels or not but glad to > see that i’m not the on

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-28 Thread Rob DeSanno
The reason why I noticed was that telegraf was reporting context related issues even with selinux disabled. That’s when I noticed all of the debugging lines in dmesg as well as debug mode enabled in /proc/cmdline. On Feb 28, 2017, 10:49 AM -0500, Valeri Galtsev , wrote: > > On Tue, February 28,

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-28 Thread Rob DeSanno
Last time I saw it, I had just upgraded my CentOS 7 box with the 3.10.0-514 kernel and it rebooted already configured into debug mode. Not sure if this is a “feature” of the newer kernels or not but glad to see that i’m not the only one who had noticed this. # awk -F\' '$1=="menuentry " {print

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-27 Thread Chris Adams
Once upon a time, Thomas Eriksson said: > I noticed that some, but not all, of my CentOS 7 machines have these > kernel parameters for turning on systemd debug level logging added to > the grub.cfg file. Yep, for each of the installed kernels, I have two GRUB entries: one with and one without deb

Re: [CentOS] Systemd debug logging turned on in CentOS 7

2017-02-27 Thread Rob DeSanno
Oh wow, I was coming across this in my env last week and thought that it was something with the way they were kickstarted. You are not alone! On Feb 27, 2017, 5:35 PM -0500, Thomas Eriksson , wrote: > Hi, > > I noticed that some, but not all, of my CentOS 7 machines have these > kernel parameter

[CentOS] Systemd debug logging turned on in CentOS 7

2017-02-27 Thread Thomas Eriksson
Hi, I noticed that some, but not all, of my CentOS 7 machines have these kernel parameters for turning on systemd debug level logging added to the grub.cfg file. systemd.log_level=debug systemd.log_target=kmsg The parameters are *not* in the /etc/default/grub file, so if I rebuild grub.cfg wit