What happens to a variable if it isn't marked as sensitive?
If you forget to mark a variable as sensitive, where might it be exposed? I understand it might get written to logs, but I can't find where.
I did a test where I set a variable to "this variable is not sensitive", and wrote it to a word file.
I then searched the c: drive for "this variable is not sensitive". It found the docx on c: and a link to the file on sharepoint. But I can't find that phrase recorded anywhere else.
Is there somewhere else I should be looking or are logs only written on errors or something?