kraiz / django-crontab

dead simple crontab powered job scheduling for django.
Other
842 stars 112 forks source link

Log file can't write encode other characters #93

Closed iHTCboy closed 1 year ago

iHTCboy commented 5 years ago

Environment & Versions

Settings

Details

user print other characters, error:

'ascii' codec can't encode characters in position 685-689: ordinal not in range(128)

Can I only encode the contents of each output?

pawan-betrics commented 1 year ago

please use print statement inside you function, because here logger lib not working.