We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81199cf commit d46d9f6Copy full SHA for d46d9f6
1 file changed
python.d/python_modules/base.py
@@ -848,6 +848,7 @@ def _find_recent_log_file(self):
848
"""
849
self.__re_find['run'] = self.__re_find['maximum']
850
self.__re_find['current'] = 0
851
+ self.__glob_path = self.__glob_path or self.log_path # workaround for modules w/o config files
852
path_list = glob(self.__glob_path)
853
if path_list:
854
self.log_path = max(path_list)
0 commit comments