Skip to content

Commit

Permalink
Update default test's logging (less msg)
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed Apr 12, 2018
1 parent f8c07c5 commit b07e778
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions test/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,10 @@
"handlers": ["file_handler_verbose"],
"propagate": "no"
},
"puchikarui.puchikarui": {
"level": "INFO",
"handlers": ["file_handler_verbose"],
"propagate": "no"
},
"test": {
"level": "INFO",
"handlers": ["file_handler_verbose"],
"propagate": "no"
},
"yawlib": {
"level": "INFO",
"handlers": ["file_handler_verbose"],
"propagate": "no"
}
"puchikarui.puchikarui": { "level": "INFO" },
"yawlib.glosswordnet": { "level": "INFO" },
"test": { "level": "INFO" },
"yawlib": { "level": "INFO" }
},

"root": {
Expand Down

0 comments on commit b07e778

Please sign in to comment.