Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] RE: loader log is very chatty and full of lines of questionable value....

Subject: Grouper Developers Forum

List archive

[grouper-dev] RE: loader log is very chatty and full of lines of questionable value....


Chronological Thread 
  • From: "Black, Carey M." <>
  • To: "" <>
  • Cc: "" <>
  • Subject: [grouper-dev] RE: loader log is very chatty and full of lines of questionable value....
  • Date: Fri, 18 Aug 2017 18:14:25 +0000
  • Accept-language: en-US
  • Authentication-results: spf=pass (sender IP is 128.146.163.16) smtp.mailfrom=osu.edu; internet2.edu; dkim=none (message not signed) header.d=none;internet2.edu; dmarc=pass action=none header.from=osu.edu;
  • Ironport-phdr: 9a23:VCqmuhEDiRXcvdYZIVJ0kJ1GYnF86YWxBRYc798ds5kLTJ76p8y9bnLW6fgltlLVR4KTs6sC0LuG9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT6+bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA57m/Zl9BwgqxYrhKvpRN/wpLbbo6aO/dlYqPdZNcXSXZdUspNSSBMBJ63YYsVD+oGOOZVt4fxqkYKrRSkGQasB/vjwSJWi3Dsx601zeQgGhzB0gA6Ed4FrXPZo87xNKgITe+1z7PEwSjdY/5Ywjr975PIcg07rf6SQL1wbNPcxE8yHA3GllWdsZLpMCmJ2ugQtmWX8vdsWf+qhm4ppAx9viSjy8IiiobXiY8a0FXJ+CB7zYopONG0UFN3bcCnHZdKqi2XOIp7TtkmTmxnoio3yqEKtYa1fCcUy5kr2xvSZvmHfoeU/h3jWuOcLSl3iX9kZb2yghm//Eiix+DyU8S7zE1FoTFfndTKq3sDzQbc6tKdRft45kqh2SiA1wTU6uxcOU45ia3VJ4Ivz7Ipi5ccs1rPEjbxmErtkqCabEIk+vW06+v8ZbXmu5mcOJJuhgHmKKQundC/DvokPQgSXmib/uK82Kfk/U3kXLVKivo2kq7asJzAOcsboau5DxdU0oYl9Rm/Ey+r3MoCknUbMV5IfQ+Lg5X0N1zLLvD1Auuzj0ipnTdl2f/LMafuD5DII3XBjLvtYK5x60tGxwoyydBf6YhUCrYEIP/rQUDxsMbXAQM6MwCu3urrFttw25gZWWKUH6+VKr3dvkKV5u43OemDeJcVuCrhK/gi//PugmU5mVgAfamxw5QXcmm0Eel4LEWHenfshtYBEXwWvgolUuDmklyCUThPZ3msRaI84C80CJ64AYvZWI+inaGB1j+hHpJKfmBGFkyMEXDweoWLQfcMbz+SItd/nTweTLShVpQh2g+0tA/h0LdnKuvU+jYEtZL4ytR5/ezTlRcu9TNqFcSd1X+CT31qkm8SWTA5wb1/8gRBzQLJ3rJ/nuRVD5lO/P5TSS87M4LR1ep3F4q0Vw7cNJ/dR0yhX82rG3QsVd8r2PcPZVpwAdOvkkqF0ia3Vew7jbuOUdYe9qvX3Dy5DM9nxmeO8e9rxw0sRsJENiv/3PVX8BPOQYPFjhPKxO6Raa0A0XuVpy+4xm2UsRQAXQ==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Bump.

I am seeing 1G log files created per day.
4721929 lines that have ' session: start'
1153101 lines that do not.

That is 4.7M lines of logs that end up in our splunk system that provide no
known useful information.

Does anyone else see this on their systems?
Does anyone use the Grouper Loader process?

Any hints about how to make the logging better? ( Other than track down the
line of code and wrapper it with an if block. )

--
Carey Matthew



-----Original Message-----
From:


[mailto:]
On Behalf Of Black, Carey M.
Sent: Wednesday, August 16, 2017 2:57 PM
To:

Subject: [grouper-users] loader log is very chatty and full of lines of
questionable value....

I am trying to use the Loader process to sync some data into grouper from
LDAP. ( That part is working as far as I can tell after I gave it enough ram
to not fall over. :) )


However, in the grouper_error.log (for where the loader is logging) I am
seeing a lot of lines like :
"
2017-08-16 14:25:04,783: [DefaultQuartzScheduler_Worker-7] INFO
EventLog.info(156) - - [9a3e8...c35b,'GrouperSystem','application'] session:
start (0ms) "

And by a lot I mean ( Just from today's file...):

$ wc -l grouper_error.log ; grep -c ' session: start' grouper_error.log; grep
-vc ' session: start' grouper_error.log;
3135034 grouper_error.log ( Total lines in the file)
2379686 ( Lines that are ' session: start' lines, 75% of the file!)
755517 ( Lines that are not ' session: start' lines )

Can anyone tell me how to suppress ONLY those lines?
I might be wrong but other lines that say things like "add member" ,
"delete member" (etc...) look like they are being logged from the same
location. [ AKA: " INFO EventLog.info(156)" ]

Could any explain why those log statements are there?
I really don't understand what they are trying to communicate.

--
Carey Matthew






Archive powered by MHonArc 2.6.19.

Top of Page