Created
October 10, 2023 22:45
-
-
Save Vzor-/6e8da80a1d1ae9a57f552c68d1d22632 to your computer and use it in GitHub Desktop.
Log testing disconnected printer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEBUG] 2023-10-10T18:29:08,833 @ qz.ws.PrintSocketClient:116 | |
Message: {"call":"print","params":{"printer":{"name":"Boca BIDI FGL 26\/46 200 DPI"},"options":{"bounds":null,"colorType":"color","copies":1,"density":0,"duplex":false,"fallbackDensity":null,"interpolation":"bicubic","jobName":null,"legacy":false,"margins":0,"orientation":null,"paperThickness":null,"printerTray":null,"rasterize":false,"rotation":0,"scaleContent":true,"size":null,"units":"in","forceRaw":false,"encoding":null,"spool":{}},"data":[{"type":"raw","format":"command","flavor":"file","data":"https:\/\/demo.qz.io\/assets\/fgl_sample.txt"}]},"signature":"","timestamp":1696976948831,"uid":"xtue20","position":{"x":960,"y":525},"signAlgorithm":"SHA512"} | |
[WARN] 2023-10-10T18:29:08,834 @ qz.ws.PrintSocketClient:158 | |
Bad signature on request | |
[DEBUG] 2023-10-10T18:29:08,857 @ qz.common.TrayManager:538 | |
Calculated dialog centered at: java.awt.Point[x=960,y=525] | |
[INFO] 2023-10-10T18:29:09,825 @ qz.common.TrayManager:498 | |
Allowed localhost to print to Boca BIDI FGL 26/46 200 DPI | |
[TRACE] 2023-10-10T18:29:09,826 @ qz.utils.PrintingUtilities:133 | |
Waiting for processor, 0/8 already in use | |
[DEBUG] 2023-10-10T18:29:09,826 @ qz.utils.PrintingUtilities:193 | |
Using qz.printer.action.PrintRaw to print | |
[DEBUG] 2023-10-10T18:29:09,827 @ qz.printer.PrintServiceMatcher:85 | |
Searching for PrintService matching Boca BIDI FGL 26/46 200 DPI | |
[DEBUG] 2023-10-10T18:29:09,828 @ qz.printer.PrintServiceMatcher:89 | |
Matched default printer, skipping further search | |
[TRACE] 2023-10-10T18:29:10,001 @ qz.printer.action.PrintRaw:436 | |
Sending print job to printer | |
[DEBUG] 2023-10-10T18:29:10,061 @ qz.printer.action.PrintRaw:402 | |
PrintEvent on sun.print.Win32PrintJob@3144ff04 | |
[DEBUG] 2023-10-10T18:29:10,062 @ qz.printer.action.PrintRaw:426 | |
PrintEvent on sun.print.Win32PrintJob@3144ff04 | |
[TRACE] 2023-10-10T18:29:10,063 @ qz.printer.action.PrintRaw:443 | |
Print job received by printer | |
[INFO] 2023-10-10T18:29:10,063 @ qz.utils.PrintingUtilities:201 | |
Printing complete | |
[TRACE] 2023-10-10T18:29:10,064 @ qz.utils.PrintingUtilities:177 | |
Returning processor back to pool | |
[DEBUG] 2023-10-10T18:33:41,000 @ qz.ws.PrintSocketClient:116 | |
Message: {"call":"print","params":{"printer":{"name":"Boca BIDI FGL 26\/46 200 DPI"},"options":{"bounds":null,"colorType":"color","copies":1,"density":0,"duplex":false,"fallbackDensity":null,"interpolation":"bicubic","jobName":null,"legacy":false,"margins":0,"orientation":null,"paperThickness":null,"printerTray":null,"rasterize":false,"rotation":0,"scaleContent":true,"size":null,"units":"in","forceRaw":false,"encoding":null,"spool":{}},"data":[{"type":"raw","format":"command","flavor":"file","data":"https:\/\/demo.qz.io\/assets\/fgl_sample.txt"}]},"signature":"","timestamp":1696977220999,"uid":"ydo1ta","position":{"x":960,"y":525},"signAlgorithm":"SHA512"} | |
[WARN] 2023-10-10T18:33:41,003 @ qz.ws.PrintSocketClient:158 | |
Bad signature on request | |
[DEBUG] 2023-10-10T18:33:41,036 @ qz.common.TrayManager:538 | |
Calculated dialog centered at: java.awt.Point[x=960,y=525] | |
[INFO] 2023-10-10T18:33:42,240 @ qz.common.TrayManager:498 | |
Allowed localhost to print to Boca BIDI FGL 26/46 200 DPI | |
[TRACE] 2023-10-10T18:33:42,241 @ qz.utils.PrintingUtilities:133 | |
Waiting for processor, 0/8 already in use | |
[DEBUG] 2023-10-10T18:33:42,242 @ qz.utils.PrintingUtilities:193 | |
Using qz.printer.action.PrintRaw to print | |
[DEBUG] 2023-10-10T18:33:42,243 @ qz.printer.PrintServiceMatcher:85 | |
Searching for PrintService matching Boca BIDI FGL 26/46 200 DPI | |
[DEBUG] 2023-10-10T18:33:42,246 @ qz.printer.PrintServiceMatcher:89 | |
Matched default printer, skipping further search | |
[TRACE] 2023-10-10T18:33:42,363 @ qz.printer.action.PrintRaw:436 | |
Sending print job to printer | |
[DEBUG] 2023-10-10T18:33:42,416 @ qz.printer.action.PrintRaw:402 | |
PrintEvent on sun.print.Win32PrintJob@325af9fc | |
[DEBUG] 2023-10-10T18:33:42,417 @ qz.printer.action.PrintRaw:426 | |
PrintEvent on sun.print.Win32PrintJob@325af9fc | |
[TRACE] 2023-10-10T18:33:42,418 @ qz.printer.action.PrintRaw:443 | |
Print job received by printer | |
[INFO] 2023-10-10T18:33:42,418 @ qz.utils.PrintingUtilities:201 | |
Printing complete | |
[TRACE] 2023-10-10T18:33:42,420 @ qz.utils.PrintingUtilities:177 | |
Returning processor back to pool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment