-
We just upgraded from v1.5.x to v1.6.2. In v1.5.x, logs were written to I'm sure I'm just overlooking the obvious 🤪. Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@bmofkn All the logs are centralized now, we no longer redirect the scriptability lines to a separate file.
If you use |
Beta Was this translation helpful? Give feedback.
-
@boonhapus, good to know. We were keeping these logs in a local git repo that synced with OneDrive... used them for auditing success and failure. For v1.6.2+, we added a line to the end our script file:
This gives us the logs for the last seven scripts (which are based on seven metadata-types). All good now 🙂 |
Beta Was this translation helpful? Give feedback.
@bmofkn All the logs are centralized now, we no longer redirect the scriptability lines to a separate file.
cs_tools self info
will show you the directory which holds your config, the logs are in a hidden directory there as well (.logs
).If you use
--log-errors
or run this tool in CI, all of the statuses should print to screen, and in 1.6.2 specifically the OS exit code should be 0 for success, 1 for any error, and 2 for any warning.