Skip to content

Commit

Permalink
Update sbs_connect_log_param.md
Browse files Browse the repository at this point in the history
simple_log function has wrong parameter logconf, which is not be used in the simple_log, the parameter name should be 'lg_stab' or change 'lg_stab' var as 'logconf' instead
  • Loading branch information
PiggyGaGa committed Sep 28, 2023
1 parent f35b0ba commit fdface1
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 @@ -248,7 +248,7 @@ uri = 'radio://0/80/2M/E7E7E7E7E7'
# Only output errors from the logging framework
logging.basicConfig(level=logging.ERROR)

def simple_log(scf, logconf):
def simple_log(scf, lg_stab):

with SyncLogger(scf, lg_stab) as logger:

Expand Down

0 comments on commit fdface1

Please sign in to comment.