i see that my docker logs file is 67GB , if i truncate the docker logs file. will it effect my network ? how i am doing it is by typing
sudo su
cd /var/lib/docker/containers/b390ca8178f28de33b702053cde84e7aba033d83a29a53777d601e2b5
echo -n "" > /home/ubuntu/b390ca8178f28de33b702053cde84e7aba033d83a29a53777d601e2b5aa18472-json.log
will it affect my network ? or is it safe to truncate the log files ? i know it's silly but still asking because it's hyperledger fabric based network.