0
0
Fork 0
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:
Jason Volk 2019-04-05 14:37:10 -07:00
parent 8876c89d48
commit c3480f9f79
8 changed files with 9 additions and 10 deletions

View file

@ -25,7 +25,7 @@ ircd::db::log
decltype(ircd::db::rog)
ircd::db::rog
{
"rdb", 'R'
"db.rocksdb"
};
ircd::conf::item<size_t>

View file

@ -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)

View file

@ -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)

View file

@ -29,7 +29,7 @@ federation_incoming
log::log
presence_log
{
"m.presence"
"matrix.presence"
};
extern const string_view

View file

@ -32,7 +32,7 @@ IRCD_MODULE
log::log
receipt_log
{
"m.receipt"
"matrix.receipt"
};
decltype(_m_receipt_eval)

View file

@ -19,7 +19,7 @@ IRCD_MODULE
log::log
typing_log
{
"m.typing"
"matrix.typing"
};
struct typist

View file

@ -38,7 +38,7 @@ IRCD_MODULE
decltype(media_log)
media_log
{
"media"
"matrix.media"
};
decltype(media_blocks_cache_enable)

View file

@ -135,7 +135,6 @@ ircd::m::vm::pool
"vm", pool_opts
};
//
// init
//