WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

Documentation update for Logging #153

Closed rtclauss closed 5 years ago

rtclauss commented 5 years ago

In the README.md under Logging Configuration the line ENV ENABLE_BASIC_LOGGING = true should read: ENV ENABLE_BASIC_LOGGING=true or ENV ENABLE_BASIC_LOGGING true

with a space between the equals sign it makes the value of ENABLE_BASIC_LOGGING to the string literal = true which causes HPEL logging to be enabled instead of the basic logging.

arthurdm commented 5 years ago

Great catch @rtclauss - thank you!

I fixed that now.