is it possible to do a mass update of script deplo...
# general
h
is it possible to do a mass update of script deployment log levels? I have a few hundred script deployments in Debug that I I need to put into Audit.
c
the easiest way I can think of would be to export it as an object in an SDF project, then manually update the xml file to change that field and then import it
r
I have a python program with selenium which does this, At that time I was not experienced with SDF so went this route. But suggest using sdf now.
s
Can you not try updating
loglevel
on the script deployment record ?
h
@Shawn Talbert That would be quite time consuming with the amount of records that need to be changed. @chris.mixon Thank you, I'll try this out.
👍 1
s
Well, ultimately whatever you do is going to be updating those deployment records, so not sure what you mean.
y
The best way is to use SDF and download all the script deployments and replace the log level from the audit and then upload/import it.
👍 1
n
^^ "deploy"
h
SDF has been the best route. Thanks, all!
👍 1