Logging: log INFO level
This commit is contained in:
parent
8ecc1f85b7
commit
f7adc95045
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ def entry():
|
|||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
record(args.host, args.interval, args.outage_interval)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue