Skip to content

Need exception highlighting on failed import/export in Dialog #4

@kalemas

Description

@kalemas

By the way the exception happened should be logged instead of handling stack at

logger.warn('{}: Cache not writen {} due to exception: \n{}'.format(

-                     logger.warn('{}: Cache not writen {} due to exception: \n{}'.format(
-                         self, c, traceback.format_exc()
-                     ))
+                     logger.warning('{}: Cache not writen {} due to exception:'.format(
+                         self, c, 
+                     ), exc_info=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions