Overview
During Aembit Edge Component VM deployment, configuration steps (user-defined and system-automated) are executed. This process includes generating journald@aembit_agent_proxy.conf for system logging. Users can manage the log policy for Aembit Agent Controller and Aembit Agent Proxy.
-
Installer Log Configuration Location
- .../aembit_agent_proxy_linux_<version>/installer_components
- .../aembit_agent_controller_linux_<version>/installer_components
- Aembit Edge Component Configuration File
[Journal]
Storage=persistent
Compress=true
SystemMaxFileSize=10M
SystemMaxFiles=10
# SystemMaxFiles includes the base "service.journal" and active log
# in the file count. This sets an effective max archive count of 10.
SystemMaxFiles=12
Relates To
- Virtual Machine
Solution
Linux
Aembit Edge Component logging can be updated by modifying the corresponding Agent Proxy or Agent Controller file, /etc/systemd/journald@aembit_agent_proxy.conf or /etc/systemd/journald@aembit_agent_controller.conf.
To apply your changes, make sure to restart the system service. It is recommended to perform this action during a planned maintenance window.
$ systemctl restart systemd-journald