mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added ability for pelican to handle non-ascii characters when logging
This commit is contained in:
parent
9dc9fc1d40
commit
9d9355c597
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ def main():
|
||||||
else:
|
else:
|
||||||
pelican.run()
|
pelican.run()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.critical(str(e))
|
log.critical(unicode(e))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue