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
Describe the bug
when I added my custom logger ( with a compatibility layer to behave like winston for caporal ), the completion did not work anymore, because I get the logger prefixes that aren't suitable for a source
To Reproduce
Steps to reproduce the behavior:
add a custom logger that prefixes the output with metadata
run mycli completion fish, and you'll see the logger custom metadata
Expected behavior
A plain string would be expected so source would work with it
Environment informations (please complete the following information):
OS: Linux
OS version: Latest Majaro
Shell: fish
Caporal version: 1.3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
when I added my custom logger ( with a compatibility layer to behave like
winston
forcaporal
), the completion did not work anymore, because I get the logger prefixes that aren't suitable for asource
To Reproduce
Steps to reproduce the behavior:
mycli completion fish
, and you'll see the logger custom metadataExpected behavior
A plain string would be expected so
source
would work with itEnvironment informations (please complete the following information):
The text was updated successfully, but these errors were encountered: