intel icon indicating copy to clipboard operation
intel copied to clipboard

Lazy file creation for file loggers

Open cristian-smocot opened this issue 9 years ago • 0 comments

When you call intel.config({...}), if you have defined a logger with a file handler, the file will be created, even though you have not called the logger to log something.

So I'm wondering, is it possible to create the file lazily, the first time the logger tries to log something, and not on intel.config(...)?

cristian-smocot avatar Jun 25 '15 13:06 cristian-smocot