Remove vping_ssh from bgpvpn and gluon scenario
[functest.git] / functest / ci / logging.json
1 {
2     "version": 1,
3     "disable_existing_loggers": false,
4     "formatters": {
5         "standard": {
6             "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
7         }
8     },
9     "handlers": {
10         "console": {
11             "level": "INFO",
12             "class": "logging.StreamHandler",
13             "formatter": "standard"
14         },
15         "file": {
16             "level": "DEBUG",
17             "class": "logging.FileHandler",
18             "formatter": "standard",
19             "filename": "/home/opnfv/functest/results/functest.log"
20         }
21     },
22     "loggers": {
23         "": {
24             "handlers": ["console", "file"],
25             "level": "DEBUG",
26             "propagate": "yes"
27         }
28     }
29 }