Drone 0.5 logs are truncated at lines longer than roughly 65535 bytes (I couldn’t find a consistent cutoff). Consider the following .drone.yml, where “b” is output to the log but not “c”:
The maximum log output for drone is 5mb, and can be increased by setting the max log environment variable. See the following documentation for additional details: http://readme.drone.io/admin/installation-reference/
Thanks, seems likely it’s a Docker problem. I found this old issue, which they claim should have been fixed, but may have regressed since: https://github.com/docker/docker/issues/13333
I know this is an old thread but I have this problem now. I could see the log while building but after the building phase was over the log disappear. I am using drone server 0.8.5. Is the DRONE_MAX_LOGS settings still valid for drone server 0.8.5? Thanks!