Skip to content

Commit e23500b

Browse files
authored
fix(startup): display current env secret when ip whitelist fails to ease debugging (#722)
1 parent 3c91ede commit e23500b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/forest_liana/ip_whitelist.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def self.retrieve
1717
else
1818
FOREST_LOGGER.error 'An error occured while retrieving your IP whitelist. Your Forest ' +
1919
'env_secret seems to be missing or unknown. Can you check that you properly set your ' +
20-
'Forest env_secret in the forest_liana initializer?'
20+
'Forest env_secret in the forest_liana initializer? Current value is: ' + ForestLiana.env_secret
2121
false
2222
end
2323
rescue => exception

0 commit comments

Comments
 (0)