ytake / Laravel-FluentLogger

fluent logger for laravel (with Monolog handler for Fluentd)
MIT License
63 stars 23 forks source link

Allow configuring tags #15

Closed pravindahal closed 7 years ago

pravindahal commented 7 years ago

Allow tags to be configured other than "{$record['channel']}.{$record['level_name']}" (which is current value).

The tag format can be configured by setting it in the configuration file fluent.php. The tag should be in the following format somestring{{record_key_name1}}somestring{{record_key_name2}}...

Examples: