This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WebAdmin Changelog

Hi,

is there an (easy) way to figure out what has been changed in webadmin sessions that are older than the last 20 that are beeing shown under "Management"? I have to figure out when exactly I changed a setting about 2 months ago...

Chris


This thread was automatically locked due to age.
Parents Reply
  • Using the following regex seems to pull the change entries out from the configuration daemon log files using grep: 

    ^(?!.*id="310[60n]").*user="admin".*$

    Change "admin" to the login user you are using.  I used PowerGREP on Windows to do the search.

    mileage may vary...
Children
No Data