Skip to content

Commit

Permalink
chore: Update logging to use eigengo-sdk - white space lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Feb 2, 2025
1 parent cc64e5b commit afafcc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmd/server/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

func StartProxySvr(cliCtx *cli.Context) error {

logCfg, err := proxy_logging.ReadLoggerCLIConfig(cliCtx)
if err != nil {
return err
Expand Down
2 changes: 0 additions & 2 deletions logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func CLIFlags(envPrefix string, category string) []cli.Flag {
Value: "text",
EnvVars: withEnvPrefix(envPrefix, "FORMAT"),
},

// Deprecated since used by op-service logging which has been replaced
// by eigengo-sdk logger
&cli.BoolFlag{
Expand All @@ -87,7 +86,6 @@ func CLIFlags(envPrefix string, category string) []cli.Flag {
return fmt.Errorf("flag --%s is deprecated", PidFlagName)
},
},

&cli.BoolFlag{
Name: common.PrefixFlag(FlagPrefix, ColorFlagName),
Category: category,
Expand Down

0 comments on commit afafcc1

Please sign in to comment.