at backyard

Color my life with the chaos of trouble.

Entries from 2022-03-02 to 1 day

【凡ミス】Python logging formatでTypeError: expected string or bytes-like objectというエラーが出た

備忘録以下の割とどうでもいい駄文。 Pythonのloggingを使っていてformatを設定したら以下のようなエラーが出た。 formatter = logging.Formatter('%(asctime)s: %(message)s') logging.basicConfig(filename=log_file, format=formatter, level=logging.INF…