Ah, yes. I had this too. Take a look at Fly’s example:
[supervisord]
logfile=/dev/stdout
logfile_maxbytes=0
loglevel=info
pidfile=/tmp/supervisord.pid
nodaemon=true
user=root
...
I believe the magic line was logfile_maxbytes=0
. Else yep, you get a seek error.