frankframework / frank-doc

Frank!Doc
https://frankdoc.frankframework.org
Apache License 2.0
4 stars 5 forks source link

Fix referTo error logs verbosity #168

Closed nielsm5 closed 5 months ago

nielsm5 commented 7 months ago

When a ReferTo annotation is used incorrectly, it does not print any useful error/log information.

ERROR Reference.valueOf():51[] Referred method [nl.nn.adapterframework.filesystem.Samba1FileSystem] does not exist Should AT LEAST also display the current and target methods, and not just the classname.

It also seems it prints this error 4 times for failure...?