You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the below configuration where multiple files are in use for writing logs. However with the SetFlags options in place, I noticed that only first file adhere to the settings. Rest of the files fall back to generic option where the "code line numbers" are being printed.
I'm using the below configuration where multiple files are in use for writing logs. However with the SetFlags options in place, I noticed that only first file adhere to the settings. Rest of the files fall back to generic option where the "code line numbers" are being printed.
Code Snippet (Initializing files and logger):
Code Snippet: (Initializing logger flags)
logger.SetFlags(log.LstdFlags | log.LUTC)
The text was updated successfully, but these errors were encountered: