mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
DO NOT MERGE: add timestamps to stderr sink
This commit is contained in:
parent
e104b85919
commit
407c768ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -1424,7 +1424,7 @@ int sink_resolve_logger_buffer(struct logger *logger, char **msg)
|
|||
static void sink_init()
|
||||
{
|
||||
sink_new_fd("stdout", "standard output (fd#1)", LOG_FORMAT_RAW, 1);
|
||||
sink_new_fd("stderr", "standard output (fd#2)", LOG_FORMAT_RAW, 2);
|
||||
sink_new_fd("stderr", "standard output (fd#2)",LOG_FORMAT_TIMED, 2);
|
||||
sink_new_buf("buf0", "in-memory ring buffer", LOG_FORMAT_TIMED, 1048576);
|
||||
sink_new_buf("dpapi", "DPAPI ring buffer", LOG_FORMAT_TIMED, 1048576);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue