Archived
0
0
Fork 0

fix: pino logger error

This commit is contained in:
Daryl Ronningen 2021-11-04 11:35:54 -07:00
parent 683357fec1
commit f5d5667be3
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -18,7 +18,7 @@ export class NeonClient extends Client {
public commands: Collection<string, Command> = new Collection();
public ownerID: string;
public static logger: pino.Logger = pino({ level: 'trace', prettyPrint: { levelFirst: true, colorize: true }, prettifier: PinoPretty });
public static logger: pino.Logger = pino({ level: 'trace', prettifier: PinoPretty });
public constructor(ownerID: string, options: ClientOptions) {
super(options);