Scope ui/vi/filesystems logging

Include the ui path in the view logging to help indicate which parts of the MVC
are logging debug data.

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-11-02 11:45:49 -06:00
parent 43fd6034bb
commit ad50d65e7e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ PARTITION_ERRORS = [
]
log = logging.getLogger('subiquity.filesystem')
log = logging.getLogger('subiquity.ui.filesystem')
class DiskInfoView(ViewPolicy):