os-js / osjs-server

OS.js Server Module
https://manual.os-js.org
Other
19 stars 21 forks source link

Add time/date to server logs #90

Closed mahsashadi closed 9 months ago

mahsashadi commented 9 months ago

How we can add date/time along logs in server?

andersevenrud commented 9 months ago

Isn't this already included ?!

Anyways, you can set logger format in config: https://github.com/os-js/osjs-server/blob/master/src/config.js#L42

There's many different things you can set here, including date and time. Ref: https://github.com/expressjs/morgan?tab=readme-ov-file#dateformat