First off I hope the title gives the correct info.
I am using Log::Dispatch to write log files but need to be able to set the name of the log file to have the hostname included.
I am currently using a conf file to configure log::dispatch::config->Log::Dispatch::Config->configure_and_watch($file).
The file looks like this
dispatchers = file
# need to figure out how to generate name here..
file.class = Log::Dispatch::File
file.min_level = debug
file.filename = log/${HOST}.log
file.mode = append
file.size = 102400
file.max = 10
file.close_after_write = 1
file.format = [%d] [%p] [%P:%L]%m %n
I cant figure out how to get it to set the filename using the $HOST env var.
any ideas?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.