diff --git a/conf/config_agent.yaml.templete b/conf/config_agent.yaml.templete index 7e2d41eeb50f2e9c6630a003ab54d2d2c46c7dc0..ffebdbc0e3f0beb92f37ff0609424c867660c896 100644 --- a/conf/config_agent.yaml.templete +++ b/conf/config_agent.yaml.templete @@ -6,6 +6,6 @@ PilotGo: log: level: debug driver: file # 可选stdout和file。stdout:输出到终端控制台;file:输出到path下的指定文件。 - path: /opt/PilotGo/plugin/topology/agent/log/PilotGo/PilotGo-plugin-topology-agent.log + path: /opt/PilotGo/plugin/topology/agent/log/topoagent.log max_file: 1 max_size: 10485760 diff --git a/conf/config_server.yaml.templete b/conf/config_server.yaml.templete index 0ac752641dfbc5aed1e8f87833a6ff19a269d047..ca3fac74c0097570c9d1b81019471357f570b417 100644 --- a/conf/config_server.yaml.templete +++ b/conf/config_server.yaml.templete @@ -7,7 +7,7 @@ PilotGo: log: level: debug driver: file # 可选stdout和file。stdout:输出到终端控制台;file:输出到path下的指定文件。 - path: /opt/PilotGo/plugin/topology/server/log/PilotGo/PilotGo-plugin-topology-server.log + path: /opt/PilotGo/plugin/topology/server/log/toposerver.log max_file: 1 max_size: 10485760 arangodb: diff --git a/scripts/PilotGo-plugin-topology-agent.service b/scripts/PilotGo-plugin-topology-agent.service index 57a3b558185d7bd288fa1b72e4dfd7b70d27d996..a1897cc72127fc66fe113a02954d1a0581ed2685 100644 --- a/scripts/PilotGo-plugin-topology-agent.service +++ b/scripts/PilotGo-plugin-topology-agent.service @@ -7,7 +7,7 @@ After=network-online.target Type=simple Restart=always RestartSec=3s -ExecStart=/usr/bin/PilotGo-plugin-topology-agent +ExecStart=/opt/PilotGo/plugin/topology/agent/PilotGo-plugin-topology-agent [Install] WantedBy=multi-user.target diff --git a/scripts/PilotGo-plugin-topology-server.service b/scripts/PilotGo-plugin-topology-server.service index 67526d796df593e4455ea0d72568dd83b4b29561..3408f572bd140a93bb0510dba809de16d22ff2df 100644 --- a/scripts/PilotGo-plugin-topology-server.service +++ b/scripts/PilotGo-plugin-topology-server.service @@ -7,7 +7,7 @@ After=network-online.target Type=simple Restart=always RestartSec=3s -ExecStart=/usr/bin/PilotGo-plugin-topology-server +ExecStart=/opt/PilotGo/plugin/topology/server/PilotGo-plugin-topology-server [Install] WantedBy=multi-user.target