Actions
Feature #1413
closedAdd log formatter
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Log files should be formatted with several options:
- to stdout
- to file
- to json
- with or without ANSI colors
- and other options
Updated by liaham about 2 years ago
This feature is simplyfied by providing three log types:
- to stdout
- to file
- to system
The code will be added to additional_environment.rb instead of integrating it into this plugin.
Updated by liaham about 2 years ago
- Status changed from New to Rejected
- Assignee set to liaham
- % Done changed from 0 to 100
Updated by liaham about 2 years ago
- Target version changed from unreleased to 0.4.0
Actions