aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 6e46411..b9c84b3 100644
--- a/bot.py
+++ b/bot.py
@@ -7,7 +7,7 @@ from utils.client import EmailClient
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s:%(lineno)d'
- ' - %(message)s', filename='/tmp/log/mailbot.log',
+ ' - %(message)s', filename='/var/log/mailbot.log',
level=logging.INFO)
logger = logging.getLogger(__name__)