Skip to content

Commit

Permalink
kas: Drop -d option
Browse files Browse the repository at this point in the history
This has been deprecated already in 3.3 and is now also dropped from
kas-container. Drop it from the kas core as well.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Dec 4, 2024
1 parent 5bb2819 commit 01cd14f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kas/kas.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ def kas_get_argparser():
f'earliest compatible version {__compatible_file_version__})'
parser.add_argument('--version', action='version', version=verstr)

parser.add_argument('-d', '--debug',
action='store_const', const='debug', dest='log_level',
help='Enable debug logging (deprecated, use '
'--log-level debug).')

parser.add_argument('-l', '--log-level',
choices=['debug', 'info', 'warning', 'error',
'critical'],
Expand Down

0 comments on commit 01cd14f

Please sign in to comment.