mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix: add missing ')' in winston File transport (#426)
This commit is contained in:
@@ -486,7 +486,7 @@ class StructuredLogger {
|
|||||||
filename: 'logs/combined.log',
|
filename: 'logs/combined.log',
|
||||||
maxsize: 5242880,
|
maxsize: 5242880,
|
||||||
maxFiles: 5
|
maxFiles: 5
|
||||||
});
|
}));
|
||||||
|
|
||||||
// Elasticsearch transport for production
|
// Elasticsearch transport for production
|
||||||
if (config.elasticsearch) {
|
if (config.elasticsearch) {
|
||||||
|
|||||||
@@ -486,7 +486,7 @@ class StructuredLogger {
|
|||||||
filename: 'logs/combined.log',
|
filename: 'logs/combined.log',
|
||||||
maxsize: 5242880,
|
maxsize: 5242880,
|
||||||
maxFiles: 5
|
maxFiles: 5
|
||||||
});
|
}));
|
||||||
|
|
||||||
// Elasticsearch transport for production
|
// Elasticsearch transport for production
|
||||||
if (config.elasticsearch) {
|
if (config.elasticsearch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user