mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Added exception to warning message per review
This commit is contained in:
@ -82,7 +82,7 @@ public class SimpleFileSystemDirectoryRouter implements QJavalinRouteProviderInt
|
||||
catch(Exception e)
|
||||
{
|
||||
loadStaticFilesFromJar = false;
|
||||
LOG.warn("Exception attempting to read system property, defaulting to false. ", logPair("system property", SimpleFileSystemDirectoryRouter.loadStaticFilesFromJarProperty));
|
||||
LOG.warn("Exception attempting to read system property, defaulting to false. ", e, logPair("system property", SimpleFileSystemDirectoryRouter.loadStaticFilesFromJarProperty));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user