You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maximum size of a log file, in MB. When the specified size is reached, it is renamed to localhost.log.archive, and an empty localhost.log file is created.
@@ -144,6 +154,8 @@ The [log] section specifies logging settings for Mamonsu and can contain the fol
144
154
**file**
145
155
Specifies the log filename, which can be preceded by the full path.
where levelname is the debug level, asctime returns the current time, name specifies the plugin that emitted this log entry or root otherwise, and message provides the actual log message.
168
+
where levelname is the debug level, asctime returns the current time, name specifies the plugin that emitted this log entry or root otherwise, and message provides the actual log message.
157
169
158
170
***
159
171
@@ -169,7 +181,9 @@ The [plugins] section specifies custom plugins to be added for metrics collectio
169
181
**directory**
170
182
Specifies the directory that contains custom plugins for metrics collection. Setting this parameter to None forbids using custom plugins.
0 commit comments