mirror of
https://github.com/matrix-construct/construct
synced 2025-03-17 06:50:23 +01:00
ircd::log: Tweak defaults.
This commit is contained in:
parent
df7e46722f
commit
2d90469f6b
1 changed files with 2 additions and 2 deletions
|
@ -665,7 +665,7 @@ ircd::log::confs
|
|||
// console enable on stderr
|
||||
{
|
||||
{ "name", "ircd.log.critical.console.stderr" },
|
||||
{ "default", true },
|
||||
{ "default", false },
|
||||
},
|
||||
|
||||
// console flush
|
||||
|
@ -704,7 +704,7 @@ ircd::log::confs
|
|||
// console enable on stderr
|
||||
{
|
||||
{ "name", "ircd.log.error.console.stderr" },
|
||||
{ "default", true },
|
||||
{ "default", false },
|
||||
},
|
||||
|
||||
// console flush
|
||||
|
|
Loading…
Add table
Reference in a new issue