mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-08 23:03:03 -08:00
59a3e6a27b
* Update de-de.markdown * Update help.markdown * Update faq.html * Update 2012-10-28-is-greenshort-really-portable.markdown * Update 2018-03-24-how-can-i-turn-off-logging.markdown * Update 2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown * Create 2020-04-17-how-can-i-open-an-image-file-in-greenshot.markdown * Create 2020-04-18-are-there-any-command-line-options-available.markdown * Create 2020-04-19-how-can-a-screenshot-be-passed-to-another-software.markdown
814 B
814 B
layout | status | published | title | tags |
---|---|---|---|---|
faq | publish | true | How can I turn off logging? |
To turn off logging, locate the file log4net.xml, which is located in the same folder as the Greenshot.exe file. Create a backup of that file and open it in a text editor. (Note: if Greenshot is installed in your "Programs" directory, you might need to do this as Windows administrator.)
Instead of
<level value="INFO"/>
you can insert
<level value="OFF"/>
to turn off logging completey or
<level value="ERROR"/>
to turn on error logging.
See also: