id summary reporter owner description type status milestone component version severity resolution keywords cc 9797 Scanning files without updating file counter when initializing from settings container robert.hegner@… Andrey Semashev "When setting up a text file backend programmatically I can call scan_for_files() with the update_counter parameter set to false. However when initializing logging from a settings container, default_text_file_sink_factory::create_sink() always calls scan_for_files() with the update_counter parameter set to true. In my project I need to be able to initialize a text file backend from a settings container, and scanning files with update_counter set to false." Feature Requests new Boost 1.56.0 log Boost 1.55.0 Problem