2👍
✅
Tail tries to access the `logs/debug.log’ file while log rotation happens.
Logrotate rotates the file to debug.log.0 or similar. New `logs/debug.log’ file is created when there is something new to log into that file. This behavior leaves little window for for tail to access this file, discover that the file is missing and report it to you.
Review Django log rotation settings if this message annoys you too much.
Source:stackexchange.com