Skip to content

Commit 6938d17

Browse files
committed
build: change dirs for windows, PGPRO-4107
1 parent 43151f7 commit 6938d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/win/agent.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ port = 10052
5151

5252
[plugins]
5353
enabled = False
54-
directory = c:\mamonsu\plugins
54+
directory = c:\Program Files\PostgresPro\Mamonsu\2.5.1\plugins
5555

5656
# enable storing the collected metric data in text files locally.
5757

5858
[metric_log]
5959
enabled = False
60-
directory = c:\mamonsu\log
60+
directory = c:\Program Files\PostgresPro\Mamonsu\2.5.1\logs
6161
max_size_mb = 1024
6262

6363
# specify logging settings for mamonsu
6464

6565
[log]
66-
file = c:\mamonsu\log\agent.log
66+
file = C:\Program Files\PostgresPro\Mamonsu\2.5.1\logs\mamonsu.log
6767
level = INFO
6868
format = [%(levelname)s] %(asctime)s - %(name)s - %(message)s
6969

0 commit comments

Comments
 (0)