Ruben R

Results 3 comments of Ruben R

👍 let's merge this! using Chosen and optgroup elements

Hi @ziflex looking at integrating with an existing Echo app with zerolog and checking if you have plans to integrate the multple output (Stdout, consoleWriter, File) ``` zerolog.MultiLevelWriter(consoleWriter, os.Stdout) ```...

@ziflex thanks for the reply. I was able to implement the MultiLevelWriter. I am writting to Stdout and file. I have a new issue added the response from `c.Response` echo...