You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there is no easy way to easily customize the message output in the console. For example while using docpad regularly, I find it a bit cluttered because of the huge size of the filePath / lineNumber every 2 lines.
There may be a way to do it now, by extending the Console Formatter class and overloading the format class but issue #1 has to be fixed to export Console Formatter in the first place.
The ideal will be to be able do to it through config arguments.
The text was updated successfully, but these errors were encountered:
Hi
It seems that there is no easy way to easily customize the message output in the console. For example while using docpad regularly, I find it a bit cluttered because of the huge size of the filePath / lineNumber every 2 lines.
There may be a way to do it now, by extending the Console Formatter class and overloading the format class but issue #1 has to be fixed to export Console Formatter in the first place.
The ideal will be to be able do to it through config arguments.
The text was updated successfully, but these errors were encountered: