summaryrefslogtreecommitdiff
path: root/spartan/serve.go
AgeCommit message (Collapse)Author
2023-10-09logging.Base()tjpcc
Allow users to get access to the base logger *before* it is wrapped with the various levels. This provides a single override point to filter or redirect all logging.
2023-08-12move common types to an internal packagetjpcc
This helps avoid import cycles.
2023-05-03add JoinDefaultPort for servers' configurationtjpcc
2023-05-01name change gus -> slideruletjpcc
2023-04-29initial spartan server supporttjpcc