Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 91 forks source link

Use a meaningful thread name to make log file analysis easier #87

Closed ghenzler closed 8 years ago

ghenzler commented 8 years ago

For both JMX and Package installation use cases, the thread that applies the configuration is taken from a thread pool, the thread itself has a cryptic id. To improve log file analysis it would be helpful to append the suffix "-ACTool-Config-Worker" during execution of the tool (setting it back to initial value after execution)

ghenzler commented 8 years ago

Fixed with https://github.com/Netcentric/accesscontroltool/pull/89