How can ı see the only todays log file in docker nodered
I don't use it but does it use systemd? If so, you can use journalctrl - it has lots of ability to auto-filter.
I don't get why you post this question on a node-red forum... but it's okay:
docker logs -f --until=24h <container_name>
plenty of examples here: