Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Grouper Loader

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Grouper Loader


Chronological Thread 
  • From: Chris Hyzer <>
  • To: "Klug, Lawrence" <>, "" <>
  • Subject: [grouper-users] RE: Grouper Loader
  • Date: Thu, 27 Sep 2012 18:49:45 +0000
  • Accept-language: en-US

> I’m developing a ChangeLogConsumer and I’m running into a couple of issues.  Running from command line on windows.

>

> 1.         What is a good way to stop the orgsConfig job from running during testing? – it is clogging the console with messages.

 

Comment it out of the config?

 

> 2.         How do I get my Consumer to Log messages into the event log?

 

Try this:

 

import edu.internet2.middleware.grouper.log.EventLog;

EventLog.info(“Some message”);

 

Thanks,

Chris

 

From: [mailto:] On Behalf Of Klug, Lawrence
Sent: Thursday, September 27, 2012 2:21 PM
To:
Subject: [grouper-users] Grouper Loader

 

I’m developing a ChangeLogConsumer and I’m running into a couple of issues.  Running from command line on windows.

 

1.       What is a good way to stop the orgsConfig job from running during testing? – it is clogging the console with messages.

2.       How do I get my Consumer to Log messages into the event log?

 

Thanks,

 

Lawrence




Archive powered by MHonArc 2.6.16.

Top of Page