screen-scraper in a GUI-less environment : how do i set it to show only the fourth level of logging
Hi guys
I'm running screen-scraper in a GUI-less environment and by default it generates huge amount of logging file which the same as in GUI enviroment the lowest level of logging.(logDebug)
How could I change this to the fourth level of logging - the logError level in the GUI-less environment.
Thx.
Max
The logging level is set per
The logging level is set per scraping session, so you set it in your development environment, export it, and when you import to the GUI-less server the setting should remain.
On the screen-scraper global level you can only turn logging off or on, and that's in the screen-scraper.properties file.