Skip to content

Commit 7a7979a

Browse files
bealdavhbrunn
authored andcommitted
[FIX] logger db_backup for pysftp (#419)
1 parent 8e455ce commit 7a7979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_backup/models/db_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
try:
1818
import pysftp
1919
except ImportError:
20-
_logger.warning('Cannot import pysftp')
20+
_logger.debug('Cannot import pysftp')
2121

2222

2323
class DbBackup(models.Model):

0 commit comments

Comments
 (0)