https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The generated line in the log is: [2020/04/03 08:53:29] [ERROR] GET /api/v1/cities: unhandled exception (nada at /kohadevbox/koha/Koha/REST/V1/Cities.pm line 38. ) Koha::REST::Plugin::Exceptions::__ANON__ /kohadevbox/koha/Koha/REST/Plugin/Exceptions.pm (61) What about having: [2020/04/03 08:57:23] [ERROR] GET /api/v1/cities: unhandled exception ( nada at /kohadevbox/koha/Koha/REST/V1/Cities.pm line 38. ) Koha::REST::Plugin::Exceptions::__ANON__ /kohadevbox/koha/Koha/REST/Plugin/Exceptions.pm (62) I think the thing that has been raised originally need to be highlighted. Won't we also need to display the type of the exception? -- You are receiving this mail because: You are watching all bug changes.