Skip to content

Commit

Permalink
Update sbs_connect_log_param.md
Browse files Browse the repository at this point in the history
fix sbs typo
  • Loading branch information
knmcguire authored Oct 10, 2023
1 parent a7a08fc commit fd9cc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guides/sbs_connect_log_param.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ logging.basicConfig(level=logging.ERROR)

def simple_log(scf, logconf):

with SyncLogger(scf, lg_stab) as logger:
with SyncLogger(scf, logconf) as logger:

for log_entry in logger:

Expand Down

0 comments on commit fd9cc57

Please sign in to comment.