ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Display the right target name when using CRON scheduler and Proxy class #741

Closed thibaultmeyer closed 9 months ago

thibaultmeyer commented 2 years ago

Before

INFO  ninja.scheduler.Scheduler - Scheduling method doWork on jobs.TestJob$$EnhancerByGuice$$25319309@2eee4cb3 using CRON expression 0 */30 * * * * (TimeZone: UTC)

After (without "$$EnhancerByGuice$$25319309@2eee4cb3")

INFO  ninja.scheduler.Scheduler - Scheduling method doWork on jobs.TestJob using CRON expression 0 */30 * * * * (TimeZone: UTC)