Skip to content

Commit

Permalink
hetznerctl: Enable logging for INFO messages.
Browse files Browse the repository at this point in the history
This should at least make observed_* actions a bit more visible and we
can easily switch between logging levels.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
  • Loading branch information
aszlig committed Jul 9, 2014
1 parent 9b48968 commit 3caa1ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hetznerctl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import sys
import locale
import warnings

import logging
logging.basicConfig(format='%(name)s: %(message)s', level=logging.INFO)

from os.path import expanduser
from optparse import OptionParser, make_option
from ConfigParser import RawConfigParser, Error
Expand Down

0 comments on commit 3caa1ee

Please sign in to comment.