mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Minor updates to pyflix library, pyflix@0.10
Fixes to documentation. Improve logger format.
This commit is contained in:
@@ -17,7 +17,7 @@ from pymavlink.dialects.v20 import common as mavlink
|
||||
logger = logging.getLogger('flix')
|
||||
if not logger.hasHandlers():
|
||||
handler = logging.StreamHandler()
|
||||
handler.setFormatter(logging.Formatter('%(name)s - %(levelname)s - %(message)s'))
|
||||
handler.setFormatter(logging.Formatter('%(name)s: %(message)s'))
|
||||
logger.addHandler(handler)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user