Posted on 03-16-2017 11:02 AM
Is there a setting where I can set the default log list value to 1000 instead of the default of 10?
Anyone know?
Posted on 03-16-2017 01:27 PM
Yes! But I can't find my note on that at the moment.
Ask your TAM and they should be able to send you instruction to edit one of the Tomcat files.
Posted on 03-16-2017 01:34 PM
This would actually make the logs useful at first glance again.
Posted on 03-17-2017 07:04 AM
1 - Go to /Library/JSS/TomCat/webapps/ROOT/WEB-INF/frontend/ and copy and paste the policyHistory.jsp onto the desktop for a back up of the file 2 - open terminal 3 - sudo nano /Library/JSS/TomCat/webapps/ROOT/WEB-INF/frontend/policyHistory.jsp 4 - click control+W and type lengthMenu click enter 5 - in this line we want to go to the [[10, 25, 50, 100, 500, 1000], [10, 25, 50, 100, 500, 1000]], 6 - change it to [[1000, 25, 50, 100, 500], [1000, 25, 50, 100, 500]], 7 - Control+O, enter 8 - Control+X, enter 9 - Restart TomCat 10 - Hop into the web app to make sure it looks good.
Posted on 03-17-2017 07:32 AM
Hey all,
Just so you're aware, we do have this as a feature request so it can be set in the UI again.
The feature request can be found here.
Please feel free to up vote it and add your comments.
Product Management does look at feature requests and their comments.
Thanks!
Amanda Wulff
Jamf Support