- 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.
推薦閱讀
- UNIX編程藝術
- 在最好的年紀學Python:小學生趣味編程
- Interactive Applications Using Matplotlib
- Modern JavaScript Applications
- Mastering Drupal 8 Views
- Getting Started with Laravel 4
- Building Machine Learning Systems with Python(Second Edition)
- LabVIEW虛擬儀器入門與測控應用100例
- Python機器學習之金融風險管理
- Mastering Concurrency in Python
- Android嵌入式系統程序開發(基于Cortex-A8)
- C語言程序設計
- Java Script從入門到精通(第5版)
- Programming MapReduce with Scalding
- Selenium WebDriver自動化測試完全指南