mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #183] Use parameters in config log file #148
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lucabecchetti on GitHub (Sep 20, 2016).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/183
Hi, i need to set a file log with this format:
/var/www/html/api/storage/logs/laravel-$(date +%Y-%m-%d).log
how can i use parameters in file?
Thanks!
@msmathers commented on GitHub (Jan 12, 2020):
There's a planned feature to support pattern matching in file path definitions (https://github.com/NarrativeScience/log.io/issues/211), however since v0.4 uses JSON configuration it won't be possible to run custom logic.
@msmathers commented on GitHub (Apr 23, 2020):
Support for globs and new file detection have been added in v0.4.14 https://github.com/NarrativeScience/log.io/releases/tag/v0.4.14