From c382faf9c941ad2ab93f806b6477933d41566719 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 18 Jan 2022 03:10:47 +0000 Subject: Rewrite the entire logging system. - Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. --- docs/sql/log_sql/schema.dbml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/sql/log_sql/schema.dbml (limited to 'docs/sql/log_sql/schema.dbml') diff --git a/docs/sql/log_sql/schema.dbml b/docs/sql/log_sql/schema.dbml new file mode 100644 index 000000000..1d5155200 --- /dev/null +++ b/docs/sql/log_sql/schema.dbml @@ -0,0 +1,5 @@ +Table ircd_log { + time datetime + type varchar(50) + message text +} -- cgit v1.3.1-10-gc9f91