Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
router_services
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nova
router_services
Commits
35b050d3
Commit
35b050d3
authored
Mar 17, 2014
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change bfd monitor back to silence requests, as it uses requests directly and doesn't use etcd
parent
3702ba5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nova_bfd_monitor.py
nova_bfd_monitor.py
+1
-1
No files found.
nova_bfd_monitor.py
View file @
35b050d3
...
...
@@ -36,7 +36,7 @@ def set_state(new_state):
def
main
(
logfile
,
interface
):
logging
.
basicConfig
(
level
=
logging
.
INFO
,
format
=
'
%(asctime)
s
%(name)
s
%(levelname)
s
%(message)
s'
)
logging
.
getLogger
(
"
urllib3
"
)
.
setLevel
(
logging
.
WARNING
)
logging
.
getLogger
(
"
requests
"
)
.
setLevel
(
logging
.
WARNING
)
if
logfile
:
handler
=
logging
.
handlers
.
RotatingFileHandler
(
logfile
,
maxBytes
=
10
*
1024
**
3
,
backupCount
=
5
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment