mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
- Extracts cli.BuildLogger to clilog package - Updates existing usage of cli.BuildLogger and removes it - Use clilog to initialize provisionerd logger
3 lines
91 B
Go
3 lines
91 B
Go
// Package clilog provides a fluent API for configuring structured logging.
|
|
package clilog
|