Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] RE: Current Logging Settings

hi,

my opinion on this:

1. loggin is there to help you, too much just doesn't.
2. have INFO level to show where the process/program is roughfly. if u have loops that are executed often or have many iterations than I think it is a good choice to just log every N iterations. 
the overhead for this is minimal and the output a welcome indicator for anybody concerned about the progress and speed of a process/loop. 
3. DEBUG: give verbose info that is needed for debugging purposes. that inlcudes most important the state of the process and involved objects

tom

-----Original Message-----
From: Sebastian Voigt 
Sent: Donnerstag, 18. September 2008 16:44
To: smila-dev@xxxxxxxxxxx
Cc: Ralf Rausch; Allan Kaufmann; Thomas Menzel
Subject: Current Logging Settings

>From my point of view we have to much logging information in the EILF.log.

My Suggestion is to change the default logging settings to minimize logging information.

(Question is more, what do we have to see (ODE logging messages is an example).

We have to see errors messages thrown by the components, but we don't want to see 
every message from ode etc...


Kind regards
Sebastian 



Back to the top