diff options
Diffstat (limited to 'vcnet/setdebug.bat')
-rw-r--r-- | vcnet/setdebug.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcnet/setdebug.bat b/vcnet/setdebug.bat new file mode 100644 index 00000000..dd1afa69 --- /dev/null +++ b/vcnet/setdebug.bat @@ -0,0 +1,5 @@ +@rem Script to enable debug logging for IPPTOOL +set CUPS_DEBUG_LOG=ipptool.log +set CUPS_DEBUG_LEVEL=6 +set "CUPS_DEBUG_FILTER=^(http|_http|ipp|_ipp|cupsDo|cupsGetResponse|cupsSend|cupsWrite)" + |