freme-project / e-Internationalization

Apache License 2.0
0 stars 0 forks source link

Debug messages in e-Internationalization #10

Closed jnehring closed 9 years ago

jnehring commented 9 years ago

e-Internationalization creates a lot of debug messages. They do not use a logger but are printed directly to the console. Usually I dont complain about a few lines printed directly to the console but in e-Internationalization it is too much. It prints douzens / hundred of lines on the console so I get lost while working on the code.

Please print these information using a log4j logger and use log level debug. Then everyone can switch on / off this information via configuration.

You can copy the log4j.properties from the broker.

borriellom commented 9 years ago

Sorry, I totally agree with you. Those messages were for my testing purpose. Usually I remove all of them, but this time I forgot. I'm going to delete them

borriellom commented 9 years ago

Debug messages deleted

jnehring commented 9 years ago

Thanks