mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 06:22:23 -04:00
reduce log level of messages from chrome, since it spews stuff that looks bad but usually isn't
This commit is contained in:
parent
041a4970ce
commit
dd2d8c89e3
2 changed files with 3 additions and 3 deletions
|
@ -643,7 +643,7 @@ class Chrome:
|
|||
brozzler.TRACE, "chrome pid %s STDOUT %s",
|
||||
self.chrome_process.pid, buf)
|
||||
else:
|
||||
logging.info(
|
||||
logging.debug(
|
||||
"chrome pid %s STDOUT %s",
|
||||
self.chrome_process.pid, buf)
|
||||
|
||||
|
@ -658,7 +658,7 @@ class Chrome:
|
|||
brozzler.TRACE, "chrome pid %s STDOUT %s",
|
||||
self.chrome_process.pid, buf)
|
||||
else:
|
||||
logging.info(
|
||||
logging.debug(
|
||||
"chrome pid %s STDERR %s",
|
||||
self.chrome_process.pid, buf)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue