Laur's blog
Sign in Subscribe

global

A collection of 2 posts
Handler for Global Logger in Python
global

Handler for Global Logger in Python

While writing a command line tool, I've stumbled upon a strange situation: Some logs were written to a file while some others were printed to console. Quite annoying, particularly since every module I use has its own logger via logging.getLogger(__name__). After some investigation I found out
Oct 11, 2017 1 min read
Set Different Gradle Configurations
configuration

Set Different Gradle Configurations

TL;DR: create a global gradle.properties file (in <HOME>/.gradle or GRADLE_USER_HOME if defined). Place there the system specific configuration. The other day I had the unpleasant surprise that Android Studio replicated my proxy settings into gradle.properties and got committed to Git. Including a
Sep 19, 2016 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost