Skip to content

Commit f8b75d8

Browse files
committed
[FIX] logger db_backup for pysftp
If I don't install the module, I don't want a warning, please.
1 parent 0b9c8da commit f8b75d8

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
@@ -18,7 +18,7 @@
1818
try:
1919
import pysftp
2020
except ImportError:
21-
_logger.warning('Cannot import pysftp')
21+
_logger.debug('Cannot import pysftp')
2222

2323

2424
class DbBackup(models.Model):

0 commit comments

Comments
 (0)