diff --git a/Logging-with-Boost.Log-v2-(to-be-integrated).md b/Logging-with-Boost.Log-v2-(to-be-integrated).md index a3d72fa..b268361 100644 --- a/Logging-with-Boost.Log-v2-(to-be-integrated).md +++ b/Logging-with-Boost.Log-v2-(to-be-integrated).md @@ -1,6 +1,6 @@ [Boost.Log v2](http://www.boost.org/doc/libs/develop/libs/log/doc/html/index.html) provides an incredible flexibility. An extra insight into a context where log event was captured would be available once the branch is merged. Namely, thread id, object instance id, total traffic counters, and class name (channel) in addition to existing severity level would be available. -Logging is configured via a [primitive ini file used by log setup](http://www.boost.org/doc/libs/develop/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.setup.settings_file). Here is an example +Logging is configured via a [primitive ini file used by log setup](http://www.boost.org/doc/libs/develop/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.setup.settings_file) named `i2p.logging` in i2pd data directory. Here is an example ```ini # Comments are allowed. Comment line begins with the '#' character