mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
d2d7628522
- 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
|