Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
323d0895
Commit
323d0895
authored
Dec 11, 2017
by
Wolfgang Rohdewald
Browse files
do not print('Logging into')
parent
ad46ed7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common.py
View file @
323d0895
...
...
@@ -352,7 +352,6 @@ class __Internal:
haveDevLog
=
False
if
not
haveDevLog
:
logName
=
os
.
path
.
join
(
appdataDir
(),
logName
)
print
(
'Logging into {}'
.
format
(
logName
))
handler
=
logging
.
handlers
.
RotatingFileHandler
(
logName
,
maxBytes
=
100000000
,
backupCount
=
10
)
self
.
logger
.
addHandler
(
handler
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment