mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:17:09 +00:00
docfix/Tweak debugging of System environment property
This commit is contained in:
parent
4d3ea03673
commit
f4fa0df34e
@ -3418,7 +3418,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
||||
val sysEnvironmentPropertyValue: Box[String] = sys.env.get(sysEnvironmentPropertyName)
|
||||
val directPropsValue = sysEnvironmentPropertyValue match {
|
||||
case Full(_) =>
|
||||
logger.debug("System environment property value found for: " + sysEnvironmentPropertyName)
|
||||
logger.debug(s"System environment property value found for $sysEnvironmentPropertyName : $sysEnvironmentPropertyValue")
|
||||
sysEnvironmentPropertyValue
|
||||
case _ =>
|
||||
(Props.get(brandSpecificPropertyName), Props.get(brandSpecificPropertyName + ".is_encrypted"), Props.get(brandSpecificPropertyName + ".is_obfuscated")) match {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user