Skip to content

Is it possible to have date time stamp on the left? #58

Answered by JessieVela
JessieVela asked this question in Q&A

You must be logged in to vote

It will be part of v4 roadmap! unjs/consola#335


I was reviewing the code and found that it uses columns to figure out spacing. I changed the column to 1 and got the date on the right; That's a win! Just need to figure out how to format it without writing a custom reporter...

const logger = createConsola({
  formatOptions: {
    columns: 1,
    colors: false,
    compact: false,
    date: true,
  },
});
[4:13:26 PM] ✔ 🚀 Server ready at http://localhost.com:8080

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by JessieVela
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant