mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
refactor/update error logging message for glossary file check for clarity
This commit is contained in:
parent
5a3ad390d1
commit
24879206d6
@ -3525,7 +3525,7 @@ object Glossary extends MdcLoggable {
|
||||
.filter(_.getName.endsWith(".md"))
|
||||
.toList
|
||||
} else {
|
||||
logger.error(s"Do not have any files under glossary path ($glossaryPath), please double check the folder: obp-api/src/main/resources/docs/glossary")
|
||||
logger.error(s"There are no glossary files under the path ($glossaryPath), please double check the folder: obp-api/src/main/resources/docs/glossary")
|
||||
List.empty[File]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user