- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 113字
- 2021-07-08 09:21:17
Changing your logging configuration
When testing client-server interaction or exploring new functions, it may be useful to have more information inside the log file. We will now raise the verbosity of GeoServer:
- Click on the Global link in the Settings menu.
- Scroll down to the Logging Profile section.
- Now change the Logging Profile setting to VERBOSE_LOGGING:

- Click on GeoServer Logs in About & Status to review the logs. Optionally, review the log from the filesystem, /data_dir/logs/geoserver.log.
You just switched GeoServer to logging in verbose mode. Remember to remove this option when you are no longer testing functionalities since it stresses the server and requires a lot of space on the log file.
推薦閱讀
- Oracle從入門到精通(第3版)
- AngularJS Testing Cookbook
- PHP 7底層設計與源碼實現
- 算法基礎:打開程序設計之門
- Apache Hive Essentials
- Python編程完全入門教程
- Kinect for Windows SDK Programming Guide
- 從零開始學C語言
- Buildbox 2.x Game Development
- Django 5企業級Web應用開發實戰(視頻教學版)
- 貫通Tomcat開發
- scikit-learn Cookbook(Second Edition)
- 程序員必會的40種算法
- MATLAB 2020 GUI程序設計從入門到精通
- PHP 7 Programming Blueprints