We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b3b18 commit b985bacCopy full SHA for b985bac
mamonsu/lib/default_config.py
@@ -51,7 +51,7 @@ def default_config_path():
51
if platform.LINUX:
52
return '/etc/mamonsu/agent.conf'
53
elif platform.WINDOWS:
54
- return 'agent_win32.conf'
+ return 'agent.conf'
55
56
@staticmethod
57
def get_logger_level(level):
@@ -66,6 +66,6 @@ def get_logger_level(level):
66
67
def default_report_path():
68
if platform.WINDOWS:
69
- return 'c:\\report.txt'
+ return 'report.txt'
70
71
return '/tmp/report.txt'
0 commit comments