diff --git a/plugin/tan/tan.go b/plugin/tan/tan.go index b6f236038..10f4b005a 100644 --- a/plugin/tan/tan.go +++ b/plugin/tan/tan.go @@ -19,4 +19,7 @@ import ( ) // Factory is the factory variable used to create tan instances. -var Factory = tan.Factory +var ( + Factory = tan.Factory + MultiplexedLogFactory = tan.MultiplexedLogFactory +)