Skip to content
Snippets Groups Projects
  • Thore Goebel's avatar
    982b78a9
    Use logging framework · 982b78a9
    Thore Goebel authored
    Replace the custom fmt.Println statements and the basic usage of log
    with the zerolog library.
    
    By default, we log to the console in human-readable format.
    Add a new `--log-json` option to allow logging in JSON.
    982b78a9
    History
    Use logging framework
    Thore Goebel authored
    Replace the custom fmt.Println statements and the basic usage of log
    with the zerolog library.
    
    By default, we log to the console in human-readable format.
    Add a new `--log-json` option to allow logging in JSON.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.