mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
ircd::log: Disable output to file by default for ERROR/WARNING.
This commit is contained in:
parent
716f26216d
commit
d0edf478ab
1 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ ircd::log::confs
|
|||
// file enable
|
||||
{
|
||||
{ "name", "ircd.log.error.file.enable" },
|
||||
{ "default", true },
|
||||
{ "default", false },
|
||||
},
|
||||
|
||||
// file flush
|
||||
|
@ -956,7 +956,7 @@ ircd::log::confs
|
|||
// file enable
|
||||
{
|
||||
{ "name", "ircd.log.warning.file.enable" },
|
||||
{ "default", true },
|
||||
{ "default", false },
|
||||
},
|
||||
|
||||
// file flush
|
||||
|
|
Loading…
Reference in a new issue