Fix 'locahost' typo in log config (#5448)

Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io>
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
Co-authored-by: Matthew Whitehead <matthew1001@gmail.com>
pull/5451/head
Matt Whitehead 1 year ago committed by GitHub
parent 276afeaabf
commit 2a11b4259d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      besu/src/main/resources/log4j2.xml

@ -3,7 +3,7 @@
<Properties>
<Property name="root.log.level">${env:LOG_LEVEL:-INFO}</Property>
<Property name="root.log.logger">${env:LOGGER:-Console}</Property>
<Property name="host">${env:HOST:-${docker:containerId:-${hostName:-locahost}}}</Property>
<Property name="host">${env:HOST:-${docker:containerId:-${hostName:-localhost}}}</Property>
<Property name="splunk.url">${env:SPLUNK_URL}</Property>
<Property name="splunk.token">${env:SPLUNK_TOKEN}</Property>
<Property name="splunk.index">${env:SPLUNK_INDEX}</Property>

Loading…
Cancel
Save