Implemented audit log system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type LogLevel = 'debug' | 'info' | 'warn' | 'error';
|
||||
export type LogDepth = 'normal' | 'verbose' | 'profiling';
|
||||
export type LogType = 'http' | 'app' | 'auth' | 'profiling';
|
||||
export type LogType = 'http' | 'app' | 'auth' | 'profiling' | 'audit';
|
||||
|
||||
export interface LogHeader {
|
||||
timestamp: string;
|
||||
|
||||
Reference in New Issue
Block a user