Just updated to the latest version of the containe...
# docker-commandbox
d
Just updated to the latest version of the container and I can no longer see the access logs in the console. Is there a setting I need to enable for this?
I tried
web.accessLogEnable=true
but that seems to log out to an actual access log
j
It looks like access logs need to be turned on and will not write to `stdout` in CommandBox 5.8.0. If you need to view them you can exec in to the container and run
box server log --follow --access
@bdw429s Can probably clarify more, but he is out of the office this week.
d
I had a look through the 5.8.0 release tickets but cant see anything related, I'll wait for Brads return
p
@jclausen do you think you could build a tag for the pre 5.8.0 version of CommandBox so we could pin to that version until 5.8.0 gets fixed. It looks like the last CommandBox tag was commandbox-5.2.1 which is a couple of years old now. Or is there another way to get the docker image to load a specific version of CommandBox?
j
You mean the docker image? Just use
ortussolutions/commandbox:3.6.4
or
ortussolutions/commandbox:lucee5-3.6.4
All 3.6.4 versions are on CommandBox 5.7
p
Cool that should do the trick