mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-09 07:13:02 -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
30 lines
814 B
Markdown
30 lines
814 B
Markdown
---
|
|
layout: faq
|
|
status: publish
|
|
published: true
|
|
title: How can I turn off logging?
|
|
tags: []
|
|
|
|
---
|
|
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:**
|
|
|
|
* [Where can I find Greenshot's log file?](/faq/where-can-i-find-greenshots-log-file/)
|
|
* [How can I make Greenshot write debug information to its log file?](/faq/how-can-i-make-greenshot-write-debug-information-to-its-log-file/)
|