Skip to content

Disable warning for non-existent modelpath entries

Jan Belle requested to merge fix/missing-modelpath-warning into master

If the modelpath contains directories that don't exist, we currently log a warning. However, in practice missing directories are not really a problem. Therefore we only log a debug message instead.

Merge request reports