mirror of
https://github.com/matrix-construct/construct
synced 2025-04-02 16:00:36 +02:00
ircd: Rename various matrix loggers; increase log name width.
This commit is contained in:
parent
8876c89d48
commit
c3480f9f79
8 changed files with 9 additions and 10 deletions
|
@ -25,7 +25,7 @@ ircd::db::log
|
|||
decltype(ircd::db::rog)
|
||||
ircd::db::rog
|
||||
{
|
||||
"rdb", 'R'
|
||||
"db.rocksdb"
|
||||
};
|
||||
|
||||
ircd::conf::item<size_t>
|
||||
|
|
|
@ -76,7 +76,7 @@ ircd::log::LOG_BUFSIZE
|
|||
decltype(ircd::log::LOG_NAME_TRUNC)
|
||||
ircd::log::LOG_NAME_TRUNC
|
||||
{
|
||||
8
|
||||
12
|
||||
};
|
||||
|
||||
decltype(ircd::log::CTX_NAME_TRUNC)
|
||||
|
|
|
@ -437,7 +437,7 @@ ircd::m::self::init::init(const string_view &origin,
|
|||
decltype(ircd::m::sync::log)
|
||||
ircd::m::sync::log
|
||||
{
|
||||
"sync", 's'
|
||||
"matrix.sync", 's'
|
||||
};
|
||||
|
||||
namespace ircd::m::sync
|
||||
|
@ -884,7 +884,7 @@ const
|
|||
decltype(ircd::m::app::log)
|
||||
ircd::m::app::log
|
||||
{
|
||||
"m.app"
|
||||
"matrix.app"
|
||||
};
|
||||
|
||||
std::string
|
||||
|
@ -1077,7 +1077,7 @@ ircd::m::vm::default_copts;
|
|||
decltype(ircd::m::vm::log)
|
||||
ircd::m::vm::log
|
||||
{
|
||||
"vm", 'v'
|
||||
"matrix.vm", 'v'
|
||||
};
|
||||
|
||||
decltype(ircd::m::vm::dock)
|
||||
|
|
|
@ -29,7 +29,7 @@ federation_incoming
|
|||
log::log
|
||||
presence_log
|
||||
{
|
||||
"m.presence"
|
||||
"matrix.presence"
|
||||
};
|
||||
|
||||
extern const string_view
|
||||
|
|
|
@ -32,7 +32,7 @@ IRCD_MODULE
|
|||
log::log
|
||||
receipt_log
|
||||
{
|
||||
"m.receipt"
|
||||
"matrix.receipt"
|
||||
};
|
||||
|
||||
decltype(_m_receipt_eval)
|
||||
|
|
|
@ -19,7 +19,7 @@ IRCD_MODULE
|
|||
log::log
|
||||
typing_log
|
||||
{
|
||||
"m.typing"
|
||||
"matrix.typing"
|
||||
};
|
||||
|
||||
struct typist
|
||||
|
|
|
@ -38,7 +38,7 @@ IRCD_MODULE
|
|||
decltype(media_log)
|
||||
media_log
|
||||
{
|
||||
"media"
|
||||
"matrix.media"
|
||||
};
|
||||
|
||||
decltype(media_blocks_cache_enable)
|
||||
|
|
|
@ -135,7 +135,6 @@ ircd::m::vm::pool
|
|||
"vm", pool_opts
|
||||
};
|
||||
|
||||
|
||||
//
|
||||
// init
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue