mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-31 04:25:20 -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:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b4.dev59',
|
||||
version='1.1b4.dev60',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue