Hi, I'm running flink as a systemd service with...
[Service]
Type=forking
WorkingDirectory=/opt/flink
User=flink
Group=flink
ExecStart=/opt/flink/bin/taskmanager.sh start
ExecStop=/opt/flink/bin/taskmanager.sh stop
TimeoutSec=30
Restart=on-failure
My log4j.porperties file is at /opt/flink/conf
Is it as simple as just setting the log rollover in there? Cause sometimes with certain services like zookeeper some env variable overrides etc... So just wondering if it's that straight forward with flink.