When users are experiencing issues using Content Station Aurora, activity logging can be enabled in an effort to find the cause of the problems.
Enabling logging
In the config.js file of Content Station, enable logging by setting one of the available levels.
Show me the location of this file
<Enterprise Server path>/Enterprise/contentstation
// Log levels
// * 0 - disable logs
// * 1 - basic logs (no stacktrace)
// * 2 - full logs
logs: 2,
Viewing logging
Logging is viewed by using the developer tools of the Web browser in which Content Station is run. To find out how to access these, refer to the documentation for that browser.
Comments
0 comments
Please sign in to leave a comment.