[ann] Cayenne 4.1.RC2 released

2019-10-30 Thread Andrus Adamchik
On the heels of RC1 we just posted 4.1.RC2 release of Cayenne to fix a few bugs. Most of them are in the Modeler. Upgrade is recommended for all the 4.1.x users. Should be a drop-in replacement for RC1 and latest betas. Full release notes: CAY-2627 Modeler: ObjRelationship creation dialog

Re: Cayenne 4.1.RC2 Logging

2019-10-30 Thread Andrus Adamchik
Another thing that may be missing in Markus's setup is a logger implementation binding. SLF4J is just a proxy to another logger after all. So if you imported "slf4j-simple", remove that import, and import the actual logger impl. E.g. Logback (John's example is based on Log4J - yet another

Re: Cayenne 4.1.RC2 Logging

2019-10-30 Thread John Huss
log4j.logger.org.apache.cayenne.log.JdbcEventLogger=INFO On Wed, Oct 30, 2019 at 2:32 AM Markus Reich wrote: > Hi, > > since the move to slf4j I'm not able to control the log level anymore. As I > couldn't find any documentation, my last hope is the community :-) > > I'm no logging expert :-/ >

Cayenne 4.1.RC2 Logging

2019-10-30 Thread Markus Reich
Hi, since the move to slf4j I'm not able to control the log level anymore. As I couldn't find any documentation, my last hope is the community :-) I'm no logging expert :-/ best regards Meex