So, I’m wondering if this is possible.
Basically, I have to go through all 290 trace-level logs in my project and change them to info-level. Since Studio doesn’t have a find and replace function, I’m wondering if I can change the source code in Git repository and push it “down” (so to speak) to my project.
It’s easy enough to search for these instances, and if there’s not a find-and-replace option in Git I can just copy the code to Notepad++, find and replace, then paste it back into Git.
Thoughts on this?