laminas / laminas-log

Robust, composite logger with filtering, formatting, and PSR-3 support
https://docs.laminas.dev/laminas-log/
BSD 3-Clause "New" or "Revised" License
26 stars 30 forks source link

Fixes the default separator for array fields in the database writer #30

Closed tyrsson closed 2 years ago

tyrsson commented 2 years ago

Signed-off-by: Joey Smith (Tyrsson) jsmith@webinertia.net Changed the dash to underscore as default separator for the extra array fields. In Writers.md Obvious Fix

Q A
Documentation yes
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

froschdesign commented 2 years ago

Reference:

https://github.com/laminas/laminas-log/blob/91964dd3afec183c09cca5bc2b21a930a56d5237/src/Writer/Db.php#L43-L48

froschdesign commented 2 years ago

@Tyrsson Thank you for your time and this contribution! 👍

Sorry for the delay, I was busy with client projects. Thank you for your patience!