Where do bundle script installation script logs go...
# suitescript
c
Where do bundle script installation script logs go? I have a bundle install script with update events but when I update I don't get any logs?!
r
Should be under the deployment record of the installation script.
e
There's often not one for a bundle install script given that it has to be able to execute before any installation occurs
But if there is one then yes, that's where it should be
c
Well that means the script isn't firing. Marching ahead to see why this might be the case.