Tublian / tos-oms-webmvc

vFunction pilot project
0 stars 0 forks source link

Intenal server error when log file path is wrong #3

Open eldad-vfunction opened 2 months ago

eldad-vfunction commented 2 months ago

If you specify a bad path for the logger bean in spring-config,xml, then all API requests return internal server error (500). The expected behavoir is that the logger will fall back to a default path (say oms.log in the working directory) and the APIs will continue to function.