Skip to content

Commit

Permalink
feat: ddlog adaptation config
Browse files Browse the repository at this point in the history
   ddlog adaptation

Log: ddlog adaptation config
  • Loading branch information
jeffshuai committed Jul 12, 2024
1 parent 1018558 commit 8567485
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions assets/logconfig/org.deepin.system-monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,26 @@
"name": "deepin-system-monitor",
"group": "",
"submodules": [
{
"name": "deepin-system-monitor-daemon",
"filter": "",
"exec": "/usr/lib/x86_64-linux-gnu/deepin-service-manager/libdeepin-system-monitor-daemon.so",
"logType": "journal",
"logPath": ""
},
{
"name": "deepin-system-monitor",
"filter": "",
"exec": "/usr/bin/deepin-system-monitor",
"logType": "journal",
"logPath": ""
},
{
"name": "deepin-system-monitor-plugin",
"filter": "",
"exec": "/usr/lib/dde-dock/plugins/libdeepin-system-monitor-plugin.so",
"logType": "journal",
"logPath": ""
"logType": "file",
"logPath": "/var/log/deepin/deepin-system-monitor/deepin-system-monitor.log"
},
{
"name": "deepin-system-monitor-plugin-popup",
"filter": "",
"exec": "/usr/bin/deepin-system-monitor-plugin-popup",
"logType": "journal",
"logPath": ""
"logType": "file",
"logPath": "/var/log/deepin/deepin-system-monitor/deepin-system-monitor-plugin-popup.log"
},
{
"name": "deepin-system-monitor-server",
"filter": "",
"exec": "/usr/bin/deepin-system-monitor-server",
"logType": "journal",
"logPath": ""
"logType": "file",
"logPath": "/var/log/deepin/deepin-system-monitor/deepin-system-monitor-server.log"
}
],
"visible": true,
Expand Down

0 comments on commit 8567485

Please sign in to comment.