Switch logging config to ini format

Implement #61

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-11-18 16:09:07 +09:00
parent 5c110461ca
commit 6ab2a1fc6e
6 changed files with 47 additions and 42 deletions

View File

@@ -11,7 +11,7 @@ def test_cli_help(capsys):
"optional arguments:\n",
" -h, --help show this help message and exit\n",
" --logging-conf LOGGING_CONF\n",
" Specify logging configuration YAML file.\n",
" Logging configuration ini file.\n",
" --logger LOGGER Specify logger name\n",
" --dry-run Dry run operations.\n",
"\n",