Implement debug mode

This commit is contained in:
Thibault Jouan
2015-04-09 22:19:50 +00:00
parent 69d885b282
commit 464b75841b
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
Feature: debug CLI option
Scenario: raises the logger level to DEBUG
When I run uhwm with option -d
Then the current output must match /log.+debug.+level/i