Maoni0 / realmon

A monitoring tool that tells you when GCs happen in a process and some characteristics about these GCs
MIT License
281 stars 25 forks source link

feat: Recursive configuration search #36

Open workgroupengineering opened 2 years ago

workgroupengineering commented 2 years ago

Expected behavior

Search if there is a file named .gcmon from the current folder to the root of the current folder volume; If not found, use the default configuration.

Current behavior

use the default .yaml file is at the same location as the CLI global tool / console application if not using -c flag on command line.

Fixes #35